fuse3: Add missing runtime deps for ptests

Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
Khem Raj 2024-02-22 12:16:36 -08:00
parent db1a20fcdd
commit dc70a139ad

View File

@ -29,8 +29,10 @@ SRC_URI += " \
"
RDEPENDS:${PN}-ptest += " \
python3-pytest \
bash \
python3-pytest \
python3-looseversion \
kernel-module-cuse \
bash \
"
do_install_ptest() {