From dfccaebd48160b7e7b5a50f65fe5aad298bf9ca3 Mon Sep 17 00:00:00 2001 From: Armin Kuster Date: Wed, 28 Mar 2018 08:12:24 -0700 Subject: 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 --- meta-python/recipes-devtools/python/python-attrs.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 \ " -- cgit 1.2.3-korg