All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] [meta-python] Replaced cryptograpy by crypt.
@ 2019-03-04 19:00 jan vermaete
  0 siblings, 0 replies; only message in thread
From: jan vermaete @ 2019-03-04 19:00 UTC (permalink / raw)
  To: openembeded-devel

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>
---
 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 fa73ea5..6de14e5 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 \
 "
-- 
2.7.4


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2019-03-04 19:01 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-03-04 19:00 [PATCH] [meta-python] Replaced cryptograpy by crypt jan vermaete

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.