summaryrefslogtreecommitdiffstats
path: root/meta-python
diff options
context:
space:
mode:
authorBartosz Golaszewski <bartosz.golaszewski@linaro.org>2023-05-31 10:23:06 +0200
committerKhem Raj <raj.khem@gmail.com>2023-06-06 23:07:58 -0700
commitc37d47549e9857f597a6e37cc282f06a9034b219 (patch)
tree0c85019c1939ec78d4deb60cf1691a60bd33ade9 /meta-python
parent76038158de34b9d46a0c63990b8e1acc59404e7d (diff)
downloadmeta-openembedded-c37d47549e9857f597a6e37cc282f06a9034b219.tar.gz
python3-redis: add missing run-time dependencies
Add missing RDEPENDS for this package. Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@linaro.org> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python')
-rw-r--r--meta-python/recipes-devtools/python/python3-redis_4.5.5.bb2
1 files changed, 2 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-redis_4.5.5.bb b/meta-python/recipes-devtools/python/python3-redis_4.5.5.bb
index 056a31398c..eb407a2a15 100644
--- a/meta-python/recipes-devtools/python/python3-redis_4.5.5.bb
+++ b/meta-python/recipes-devtools/python/python3-redis_4.5.5.bb
@@ -10,7 +10,9 @@ inherit pypi setuptools3
10 10
11RDEPENDS:${PN} += " \ 11RDEPENDS:${PN} += " \
12 python3-asyncio \ 12 python3-asyncio \
13 python3-compression \
13 python3-cryptography \ 14 python3-cryptography \
14 python3-datetime \ 15 python3-datetime \
16 python3-json \
15 python3-packaging \ 17 python3-packaging \
16" 18"