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

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 \
"