From befa59e6de53ac72ebf5876156eb9192598967c8 Mon Sep 17 00:00:00 2001 From: Jan Vermaete Date: Mon, 4 Mar 2019 20:00:54 +0100 Subject: Replaced cryptograpy by crypt. Replaced 'cryptography' by the much small 'crypto' package. With cryptography, the build is too big with e.g. cpp included. PS: this was already a long time the mailinglist. I guess with my attempt to attach a patch, this could be processed. Signed-off-by: Jan Vermaete Signed-off-by: Khem Raj --- meta-python/recipes-devtools/python/python-attrs.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'meta-python/recipes-devtools/python/python-attrs.inc') diff --git a/meta-python/recipes-devtools/python/python-attrs.inc b/meta-python/recipes-devtools/python/python-attrs.inc index fa73ea54d3..d0b5697cbc 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[md5sum] = "3f3f3e0750dab74cfa1dc8b0fd7a5f86" inherit pypi RDEPENDS_${PN}_class-target += " \ - ${PYTHON_PN}-cryptography \ + ${PYTHON_PN}-crypt \ ${PYTHON_PN}-ctypes \ -" +" -- cgit v1.2.3-54-g00ecf