[oe-commits] [meta-openembedded] 06/10: Replaced cryptograpy by crypt.

git at git.openembedded.org git at git.openembedded.org
Tue Mar 5 07:11:01 UTC 2019


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

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

commit befa59e6de53ac72ebf5876156eb9192598967c8
Author: Jan Vermaete <Jan.Vermaete at gmail.com>
AuthorDate: Mon Mar 4 20:00:54 2019 +0100

    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 at gmail.com>
    Signed-off-by: Khem Raj <raj.khem at gmail.com>
---
 meta-python/recipes-devtools/python/python-attrs.inc | 4 ++--
 1 file 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 fa73ea5..d0b5697 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 \
-"    
+"

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


More information about the Openembedded-commits mailing list