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-12 19:20:17 -0700
commit2d964c9051632eb4d1896a4ef4d5eb2203f79570 (patch)
tree798f579a342cdd9855c4e0ee19ab339d3c2de783
parentcc6fc6b1641ab23089c1e3bba11e0c6394f0867c (diff)
downloadmeta-openembedded-2d964c9051632eb4d1896a4ef4d5eb2203f79570.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) Signed-off-by: Armin Kuster <akuster808@gmail.com>
-rw-r--r--meta-python/recipes-devtools/python/python3-redis_2.10.6.bb1
1 files changed, 1 insertions, 0 deletions
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 \
"