python3-flexcache: add missing runtime dependencies

Signed-off-by: alperak <alperyasinak1@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
alperak
2024-04-11 14:39:31 +03:00
committed by Khem Raj
parent ab62c819f3
commit 95f914bd5e

View File

@@ -22,4 +22,10 @@ do_install_ptest() {
cp -rf ${S}/flexcache/testsuite/* ${D}${PTEST_PATH}/testsuite/
}
RDEPENDS:${PN} = "python3-typing-extensions"
RDEPENDS:${PN} += " \
python3-compression \
python3-email \
python3-json \
python3-pickle \
python3-typing-extensions \
"