aboutsummaryrefslogtreecommitdiffstats
path: root/meta-python
diff options
context:
space:
mode:
authorArmin Kuster <akuster808@gmail.com>2018-03-28 08:12:24 -0700
committerArmin Kuster <akuster808@gmail.com>2018-03-29 16:52:16 -0700
commitdfccaebd48160b7e7b5a50f65fe5aad298bf9ca3 (patch)
treeb51bfb4fe5102fe405f51efdd965c88cd47767bd /meta-python
parentacf408ed735c419d422c695c24bb3901d1d13e54 (diff)
downloadmeta-openembedded-contrib-dfccaebd48160b7e7b5a50f65fe5aad298bf9ca3.tar.gz
python-attrs: fix typo in depends
ERROR: Nothing RPROVIDES 'python-crypto' (but ../meta-python/recipes-devtools/python/python-attrs_17.4.0.bb RDEPENDS on or otherwise requires it) NOTE: Runtime target 'python-crypto' is unbuildable, removing... Missing or unbuildable dependency chain was: ['python-crypto'] Signed-off-by: Armin Kuster <akuster808@gmail.com>
Diffstat (limited to 'meta-python')
-rw-r--r--meta-python/recipes-devtools/python/python-attrs.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-python/recipes-devtools/python/python-attrs.inc b/meta-python/recipes-devtools/python/python-attrs.inc
index 360f9c6e24..c29f058fa1 100644
--- a/meta-python/recipes-devtools/python/python-attrs.inc
+++ b/meta-python/recipes-devtools/python/python-attrs.inc
@@ -9,6 +9,6 @@ SRC_URI[sha256sum] = "1c7960ccfd6a005cd9f7ba884e6316b5e430a3f1a6c37c5f87d8b43f83
inherit pypi
RDEPENDS_${PN}_class-target += " \
- ${PYTHON_PN}-crypto \
+ ${PYTHON_PN}-cryptography \
${PYTHON_PN}-ctypes \
"