From 1ceac528df8aaf3bf3b25a1e5fe3ac91fb61f89e Mon Sep 17 00:00:00 2001 From: alperak Date: Thu, 11 Apr 2024 14:39:31 +0300 Subject: python3-flexcache: add missing runtime dependencies Signed-off-by: alperak Signed-off-by: Khem Raj --- meta-python/recipes-devtools/python/python3-flexcache_0.3.bb | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'meta-python/recipes-devtools/python/python3-flexcache_0.3.bb') 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() { 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 \ +" -- cgit v1.2.3-54-g00ecf