[oe-commits] [meta-openembedded] 50/90: python-attrs: fix typo in depends

git at git.openembedded.org git at git.openembedded.org
Fri Mar 30 00:01:11 UTC 2018


This is an automated email from the git hooks/post-receive script.

armin_kuster pushed a commit to branch master-next
in repository meta-openembedded.

commit dfccaebd48160b7e7b5a50f65fe5aad298bf9ca3
Author: Armin Kuster <akuster808 at gmail.com>
AuthorDate: Wed Mar 28 08:12:24 2018 -0700

    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 at gmail.com>
---
 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 360f9c6..c29f058 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 \
 "    

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list