mirror of
https://github.com/MiyooCFW/buildroot.git
synced 2025-09-27 22:24:19 +03:00
Merge from bittboy/buildroot@db180c0
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
config BR2_PACKAGE_PYTHON_PYOPENSSL
|
||||
bool "python-pyopenssl"
|
||||
depends on BR2_INSTALL_LIBSTDCPP # python-cryptography
|
||||
select BR2_PACKAGE_PYTHON_CRYPTOGRAPHY # runtime
|
||||
select BR2_PACKAGE_PYTHON_SIX # runtime
|
||||
help
|
||||
Python wrapper module around the OpenSSL library.
|
||||
|
||||
https://github.com/pyca/pyopenssl
|
||||
|
||||
comment "python-pyopenssl needs a toolchain w/ C++"
|
||||
depends on !BR2_INSTALL_LIBSTDCPP
|
||||
@@ -0,0 +1,5 @@
|
||||
# md5, sha256 from https://pypi.org/pypi/pyopenssl/json
|
||||
md5 b9876625dc1d5a5a662d748689191537 pyOpenSSL-19.0.0.tar.gz
|
||||
sha256 aeca66338f6de19d1aa46ed634c3b9ae519a64b458f8468aec688e7e3c20f200 pyOpenSSL-19.0.0.tar.gz
|
||||
# Locally computed sha256
|
||||
sha256 cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30 LICENSE
|
||||
@@ -0,0 +1,14 @@
|
||||
################################################################################
|
||||
#
|
||||
# python-pyopenssl
|
||||
#
|
||||
################################################################################
|
||||
|
||||
PYTHON_PYOPENSSL_VERSION = 19.0.0
|
||||
PYTHON_PYOPENSSL_SOURCE = pyOpenSSL-$(PYTHON_PYOPENSSL_VERSION).tar.gz
|
||||
PYTHON_PYOPENSSL_SITE = https://files.pythonhosted.org/packages/40/d0/8efd61531f338a89b4efa48fcf1972d870d2b67a7aea9dcf70783c8464dc
|
||||
PYTHON_PYOPENSSL_LICENSE = Apache-2.0
|
||||
PYTHON_PYOPENSSL_LICENSE_FILES = LICENSE
|
||||
PYTHON_PYOPENSSL_SETUP_TYPE = setuptools
|
||||
|
||||
$(eval $(python-package))
|
||||
Reference in New Issue
Block a user