aboutsummaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-redis_2.10.6.bb
diff options
context:
space:
mode:
authorBog999 <bogdan_999@yahoo.com>2020-06-02 09:08:19 +0300
committerKhem Raj <raj.khem@gmail.com>2020-06-03 15:15:42 -0700
commitbf209dbf116a958689d82a73b7e1f4f1abfd5353 (patch)
tree8d9dc66e2439e3282914c06188c92b2e36e6bd88 /meta-python/recipes-devtools/python/python3-redis_2.10.6.bb
parentd2d5c14a0bcbd108e01a0fad6831940d3027af6c (diff)
downloadmeta-openembedded-bf209dbf116a958689d82a73b7e1f4f1abfd5353.tar.gz
python3: Add python3-cryptography to RDEPENDS for python3-redis
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-redis_2.10.6.bb')
-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 \
"