From 44fb41b449d64ed329b084372452c8b767c302d0 Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Sat, 5 Oct 2024 08:54:15 -0700 Subject: [PATCH] sshfs-fuse: Add rdep on python3-compile for ptests Signed-off-by: Khem Raj --- .../recipes-filesystems/sshfs-fuse/sshfs-fuse_3.7.3.bb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 \