summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools
diff options
context:
space:
mode:
authoralperak <alperyasinak1@gmail.com>2024-04-11 14:39:31 +0300
committerKhem Raj <raj.khem@gmail.com>2024-04-14 08:38:41 -0700
commit1ceac528df8aaf3bf3b25a1e5fe3ac91fb61f89e (patch)
treefa76c96854345ea1bc32f30cd127221731819129 /meta-python/recipes-devtools
parent30bef15c15c79476229d06179b181c5e7ae90348 (diff)
downloadmeta-openembedded-1ceac528df8aaf3bf3b25a1e5fe3ac91fb61f89e.tar.gz
python3-flexcache: add missing runtime dependencies
Signed-off-by: alperak <alperyasinak1@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools')
-rw-r--r--meta-python/recipes-devtools/python/python3-flexcache_0.3.bb8
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
25RDEPENDS:${PN} = "python3-typing-extensions" 25RDEPENDS:${PN} += " \
26 python3-compression \
27 python3-email \
28 python3-json \
29 python3-pickle \
30 python3-typing-extensions \
31"