diff options
Diffstat (limited to 'meta-python')
-rw-r--r-- | meta-python/recipes-devtools/python/python3-flexcache_0.3.bb | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/meta-python/recipes-devtools/python/python3-flexcache_0.3.bb b/meta-python/recipes-devtools/python/python3-flexcache_0.3.bb index 165783c9f5..1bee774022 100644 --- a/meta-python/recipes-devtools/python/python3-flexcache_0.3.bb +++ b/meta-python/recipes-devtools/python/python3-flexcache_0.3.bb | |||
@@ -22,4 +22,10 @@ do_install_ptest() { | |||
22 | cp -rf ${S}/flexcache/testsuite/* ${D}${PTEST_PATH}/testsuite/ | 22 | cp -rf ${S}/flexcache/testsuite/* ${D}${PTEST_PATH}/testsuite/ |
23 | } | 23 | } |
24 | 24 | ||
25 | RDEPENDS:${PN} = "python3-typing-extensions" | 25 | RDEPENDS:${PN} += " \ |
26 | python3-compression \ | ||
27 | python3-email \ | ||
28 | python3-json \ | ||
29 | python3-pickle \ | ||
30 | python3-typing-extensions \ | ||
31 | " | ||