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
No known key found for this signature in database
GPG Key ID: BB053355919D3314

View File

@ -29,8 +29,9 @@ SRC_URI += " \
file://run-ptest \
file://fuse3.conf \
"
#python3-compile for filecmp module
RDEPENDS:${PN}-ptest += " \
python3-compile \
python3-pytest \
python3-looseversion \
bash \