[oe] [meta-python][PATCH] python-attrs: Adjust the RDEPENDS to include crypt rather than cryptography
Derek Straka
derek at asterius.io
Wed Apr 11 12:30:18 UTC 2018
Signed-off-by: Derek Straka <derek at asterius.io>
---
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 c29f058..ad76852 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}-cryptography \
+ ${PYTHON_PN}-crypt \
${PYTHON_PN}-ctypes \
"
--
2.7.4
More information about the Openembedded-devel
mailing list