diff mbox series

[meta-python] python3-flexcache: add missing runtime dependencies

Message ID 20240411113931.224051-1-alperyasinak1@gmail.com
State Accepted
Headers show
Series [meta-python] python3-flexcache: add missing runtime dependencies | expand

Commit Message

Alper Ak April 11, 2024, 11:39 a.m. UTC
Signed-off-by: alperak <alperyasinak1@gmail.com>
---
 .../recipes-devtools/python/python3-flexcache_0.3.bb      | 8 +++++++-
 1 file changed, 7 insertions(+), 1 deletion(-)
diff mbox series

Patch

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 165783c9f..1bee77402 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 \
+"