From dc70a139ad2865abcbbcee8255fc4fee157a0ce4 Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Thu, 22 Feb 2024 12:16:36 -0800 Subject: fuse3: Add missing runtime deps for ptests Signed-off-by: Khem Raj --- meta-filesystems/recipes-support/fuse/fuse3_3.16.2.bb | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'meta-filesystems/recipes-support') diff --git a/meta-filesystems/recipes-support/fuse/fuse3_3.16.2.bb b/meta-filesystems/recipes-support/fuse/fuse3_3.16.2.bb index 5e532ba7ed..321851da5c 100644 --- a/meta-filesystems/recipes-support/fuse/fuse3_3.16.2.bb +++ b/meta-filesystems/recipes-support/fuse/fuse3_3.16.2.bb @@ -29,8 +29,10 @@ SRC_URI += " \ " RDEPENDS:${PN}-ptest += " \ - python3-pytest \ - bash \ + python3-pytest \ + python3-looseversion \ + kernel-module-cuse \ + bash \ " do_install_ptest() { -- cgit 1.2.3-korg