From c37d47549e9857f597a6e37cc282f06a9034b219 Mon Sep 17 00:00:00 2001 From: Bartosz Golaszewski Date: Wed, 31 May 2023 10:23:06 +0200 Subject: python3-redis: add missing run-time dependencies Add missing RDEPENDS for this package. Signed-off-by: Bartosz Golaszewski Signed-off-by: Khem Raj --- meta-python/recipes-devtools/python/python3-redis_4.5.5.bb | 2 ++ 1 file changed, 2 insertions(+) (limited to 'meta-python/recipes-devtools/python/python3-redis_4.5.5.bb') 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 RDEPENDS:${PN} += " \ python3-asyncio \ + python3-compression \ python3-cryptography \ python3-datetime \ + python3-json \ python3-packaging \ " -- cgit v1.2.3-54-g00ecf