diff mbox series

[meta-filesystems,1/2] sshfs-fuse: Add rdep on python3-compile for ptests

Message ID 20241005155627.2558421-1-raj.khem@gmail.com
State New
Headers show
Series [meta-filesystems,1/2] sshfs-fuse: Add rdep on python3-compile for ptests | expand

Commit Message

Khem Raj Oct. 5, 2024, 3:56 p.m. UTC
Signed-off-by: Khem Raj <raj.khem@gmail.com>
---
 .../recipes-filesystems/sshfs-fuse/sshfs-fuse_3.7.3.bb         | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
diff mbox series

Patch

diff --git a/meta-filesystems/recipes-filesystems/sshfs-fuse/sshfs-fuse_3.7.3.bb b/meta-filesystems/recipes-filesystems/sshfs-fuse/sshfs-fuse_3.7.3.bb
index fd5af0b026..569c7f6901 100644
--- a/meta-filesystems/recipes-filesystems/sshfs-fuse/sshfs-fuse_3.7.3.bb
+++ b/meta-filesystems/recipes-filesystems/sshfs-fuse/sshfs-fuse_3.7.3.bb
@@ -17,8 +17,9 @@  inherit meson pkgconfig ptest
 SRC_URI += " \
 	file://run-ptest \
 "
-
+#python3-compile for filecmp module
 RDEPENDS:${PN}-ptest += " \
+        python3-compile \
         python3-pytest \
         python3-unittest-automake-output \
         bash \