aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBog999 <bogdan_999@yahoo.com>2020-06-02 09:08:19 +0300
committerArmin Kuster <akuster808@gmail.com>2020-07-07 17:04:55 -0700
commitf4008e5320c6dbe177e7c4006d9fc21c908eae96 (patch)
tree870f84bcdc1064491a3866a1fd9e97fb49de334e
parent2b5dd1eb81cd08bc065bc76125f2856e9383e98b (diff)
downloadmeta-openembedded-contrib-f4008e5320c6dbe177e7c4006d9fc21c908eae96.tar.gz
python3: Add python3-cryptography to RDEPENDS for python3-redis
Signed-off-by: Khem Raj <raj.khem@gmail.com> (cherry picked from commit bf209dbf116a958689d82a73b7e1f4f1abfd5353) [fixup for zues context] Signed-off-by: Armin Kuster <akuster808@gmail.com>
-rw-r--r--meta-python/recipes-devtools/python/python-redis.inc1
1 files changed, 1 insertions, 0 deletions
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 \
"