mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-01-01 13:58:06 +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:
parent
30bef15c15
commit
1ceac528df
|
|
@ -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 \
|
||||
"
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user