Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/1] package/python: fix building _hashlib of host-python
@ 2017-07-20  7:33 Diankun Zhang
  2017-07-20  7:56 ` Thomas Petazzoni
  0 siblings, 1 reply; 11+ messages in thread
From: Diankun Zhang @ 2017-07-20  7:33 UTC (permalink / raw)
  To: buildroot

?
The python buildin module _hashlib has dependency on library
libcrypto.so to provide the SHA-224, SHA-256, SHA-384, SHA-512
hash algorithms in addition to platform optimized versions
of MD5 and SHA1. Adding host package dependency on host-openssl
to support the building of _hashlib module for host-python.

Signed-off-by: Diankun Zhang <kundy.zhang@gmail.com>
---
 package/python/python.mk | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/package/python/python.mk b/package/python/python.mk
index cf1ddfb..248393c 100644
--- a/package/python/python.mk
+++ b/package/python/python.mk
@@ -56,7 +56,7 @@ HOST_PYTHON_MAKE = $(MAKE1)

 PYTHON_DEPENDENCIES = host-python libffi $(TARGET_NLS_DEPENDENCIES)

-HOST_PYTHON_DEPENDENCIES = host-expat host-zlib
+HOST_PYTHON_DEPENDENCIES = host-expat host-zlib host-openssl

 PYTHON_INSTALL_STAGING = YES


-- 
-Diankun
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.busybox.net/pipermail/buildroot/attachments/20170720/990c22a6/attachment.html>

^ permalink raw reply related	[flat|nested] 11+ messages in thread

end of thread, other threads:[~2017-07-20 11:39 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-07-20  7:33 [Buildroot] [PATCH 1/1] package/python: fix building _hashlib of host-python Diankun Zhang
2017-07-20  7:56 ` Thomas Petazzoni
2017-07-20  8:21   ` Diankun Zhang
2017-07-20  8:27     ` Thomas Petazzoni
2017-07-20  9:09       ` Diankun Zhang
2017-07-20  9:19         ` Thomas Petazzoni
2017-07-20 10:59           ` Diankun Zhang
2017-07-20 11:09             ` Thomas Petazzoni
2017-07-20 11:20               ` Diankun Zhang
2017-07-20 11:24                 ` Thomas Petazzoni
2017-07-20 11:39                   ` Diankun Zhang

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox