From 2d964c9051632eb4d1896a4ef4d5eb2203f79570 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) Signed-off-by: Armin Kuster --- meta-python/recipes-devtools/python/python3-redis_2.10.6.bb | 1 + 1 file changed, 1 insertion(+) (limited to 'meta-python/recipes-devtools/python') diff --git a/meta-python/recipes-devtools/python/python3-redis_2.10.6.bb b/meta-python/recipes-devtools/python/python3-redis_2.10.6.bb index 3acc2fdaea..7a9cc3f793 100644 --- a/meta-python/recipes-devtools/python/python3-redis_2.10.6.bb +++ b/meta-python/recipes-devtools/python/python3-redis_2.10.6.bb @@ -11,4 +11,5 @@ inherit pypi setuptools3 RDEPENDS_${PN} += "\ ${PYTHON_PN}-datetime \ + ${PYTHON_PN}-cryptography \ " -- cgit 1.2.3-korg