diff options
author | Jan Vermaete <Jan.Vermaete@gmail.com> | 2019-03-04 20:00:54 +0100 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2019-03-04 23:09:25 -0800 |
commit | befa59e6de53ac72ebf5876156eb9192598967c8 (patch) | |
tree | 923365a5ffae29499fdfaf80625cb2cf5b150955 /meta-python/recipes-devtools/python/python-attrs.inc | |
parent | 35bc2ca717c5f4a5ed41ac34b0f1e7006d3ec54f (diff) | |
download | meta-openembedded-befa59e6de53ac72ebf5876156eb9192598967c8.tar.gz |
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 <jan.vermaete@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python-attrs.inc')
-rw-r--r-- | meta-python/recipes-devtools/python/python-attrs.inc | 4 |
1 files changed, 2 insertions, 2 deletions
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" | |||
9 | inherit pypi | 9 | inherit pypi |
10 | 10 | ||
11 | RDEPENDS_${PN}_class-target += " \ | 11 | RDEPENDS_${PN}_class-target += " \ |
12 | ${PYTHON_PN}-cryptography \ | 12 | ${PYTHON_PN}-crypt \ |
13 | ${PYTHON_PN}-ctypes \ | 13 | ${PYTHON_PN}-ctypes \ |
14 | " | 14 | " |