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>
This commit is contained in:
Armin Kuster
2018-03-28 08:12:24 -07:00
parent acf408ed73
commit dfccaebd48

View File

@@ -9,6 +9,6 @@ SRC_URI[sha256sum] = "1c7960ccfd6a005cd9f7ba884e6316b5e430a3f1a6c37c5f87d8b43f83
inherit pypi
RDEPENDS_${PN}_class-target += " \
${PYTHON_PN}-crypto \
${PYTHON_PN}-cryptography \
${PYTHON_PN}-ctypes \
"