fuse3: Add missing rdep for filecmp python module

This is needed in ptests to run successfully

Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
Khem Raj
2024-10-04 14:35:52 -07:00
parent d3e8d7804a
commit 44e82bcc6a
+2 -1
View File
@@ -29,8 +29,9 @@ SRC_URI += " \
file://run-ptest \ file://run-ptest \
file://fuse3.conf \ file://fuse3.conf \
" "
#python3-compile for filecmp module
RDEPENDS:${PN}-ptest += " \ RDEPENDS:${PN}-ptest += " \
python3-compile \
python3-pytest \ python3-pytest \
python3-looseversion \ python3-looseversion \
bash \ bash \