From 376c6852a794f8a610f445dd664d08e4a47db46d Mon Sep 17 00:00:00 2001 From: Bog999 Date: Thu, 28 May 2020 14:07:27 +0300 Subject: [PATCH] Add python-cryptography to RDEPENDS for python-redis --- 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 1a65d731447..3f9e3f871f8 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 \ "