diff options
author | Derek Straka <derek@asterius.io> | 2018-03-20 10:04:52 -0400 |
---|---|---|
committer | Armin Kuster <akuster808@gmail.com> | 2018-03-29 16:51:07 -0700 |
commit | ef5169ab6ea6f1954a362f15bc904e78f3595f6c (patch) | |
tree | f64ad3bf59ac95b91ce9e49d100f767ebde12894 /meta-python | |
parent | 4d5c5cee13f89984874946f7e78ce59121157629 (diff) | |
download | meta-openembedded-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>
Diffstat (limited to 'meta-python')
-rw-r--r-- | meta-python/recipes-devtools/python/python-attrs.inc | 1 |
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 12410bf58..360f9c6e2 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 | |||
9 | inherit pypi | 9 | inherit pypi |
10 | 10 | ||
11 | RDEPENDS_${PN}_class-target += " \ | 11 | RDEPENDS_${PN}_class-target += " \ |
12 | ${PYTHON_PN}-crypto \ | ||
12 | ${PYTHON_PN}-ctypes \ | 13 | ${PYTHON_PN}-ctypes \ |
13 | " | 14 | " |