mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-02-26 18:20:29 +00:00
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:
@@ -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 \
|
||||
"
|
||||
|
||||
Reference in New Issue
Block a user