aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDerek Straka <derek@asterius.io>2018-03-20 10:04:52 -0400
committerArmin Kuster <akuster808@gmail.com>2018-03-29 16:51:07 -0700
commitef5169ab6ea6f1954a362f15bc904e78f3595f6c (patch)
treef64ad3bf59ac95b91ce9e49d100f767ebde12894
parent4d5c5cee13f89984874946f7e78ce59121157629 (diff)
downloadmeta-openembedded-contrib-ef5169ab6ea6f1954a362f15bc904e78f3595f6c.tar.gz
python-attrs: add crypto to the RDEPENDS
Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Armin Kuster <akuster808@gmail.com>
-rw-r--r--meta-python/recipes-devtools/python/python-attrs.inc1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python-attrs.inc b/meta-python/recipes-devtools/python/python-attrs.inc
index 12410bf58b..360f9c6e24 100644
--- a/meta-python/recipes-devtools/python/python-attrs.inc
+++ b/meta-python/recipes-devtools/python/python-attrs.inc
@@ -9,5 +9,6 @@ SRC_URI[sha256sum] = "1c7960ccfd6a005cd9f7ba884e6316b5e430a3f1a6c37c5f87d8b43f83
inherit pypi
RDEPENDS_${PN}_class-target += " \
+ ${PYTHON_PN}-crypto \
${PYTHON_PN}-ctypes \
"