From f4008e5320c6dbe177e7c4006d9fc21c908eae96 Mon Sep 17 00:00:00 2001 From: Bog999 Date: Tue, 2 Jun 2020 09:08:19 +0300 Subject: python3: Add python3-cryptography to RDEPENDS for python3-redis Signed-off-by: Khem Raj (cherry picked from commit bf209dbf116a958689d82a73b7e1f4f1abfd5353) [fixup for zues context] Signed-off-by: Armin Kuster --- meta-python/recipes-devtools/python/python-redis.inc | 1 + 1 file changed, 1 insertion(+) diff --git a/meta-python/recipes-devtools/python/python-redis.inc b/meta-python/recipes-devtools/python/python-redis.inc index 1a65d73144..3f9e3f871f 100644 --- a/meta-python/recipes-devtools/python/python-redis.inc +++ b/meta-python/recipes-devtools/python/python-redis.inc @@ -9,4 +9,5 @@ SRC_URI[sha256sum] = "a22ca993cea2962dbb588f9f30d0015ac4afcc45bee27d3978c0dbe9e9 RDEPENDS_${PN} += "\ ${PYTHON_PN}-datetime \ + ${PYTHON_PN}-cryptography \ " -- cgit 1.2.3-korg