Update buidlroot to version 2016.08.1
This commit is contained in:
12
bsp/buildroot/package/python-pyopenssl/Config.in
Normal file
12
bsp/buildroot/package/python-pyopenssl/Config.in
Normal file
@@ -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,3 @@
|
||||
# md5 from https://pypi.python.org/pypi?:action=show_md5&digest=9587d813dcf656e9f2760e41a3682dc3, sha256 locally computed
|
||||
md5 9587d813dcf656e9f2760e41a3682dc3 pyOpenSSL-16.0.0.tar.gz
|
||||
sha256 363d10ee43d062285facf4e465f4f5163f9f702f9134f0a5896f134cbb92d17d pyOpenSSL-16.0.0.tar.gz
|
||||
14
bsp/buildroot/package/python-pyopenssl/python-pyopenssl.mk
Normal file
14
bsp/buildroot/package/python-pyopenssl/python-pyopenssl.mk
Normal file
@@ -0,0 +1,14 @@
|
||||
################################################################################
|
||||
#
|
||||
# python-pyopenssl
|
||||
#
|
||||
################################################################################
|
||||
|
||||
PYTHON_PYOPENSSL_VERSION = 16.0.0
|
||||
PYTHON_PYOPENSSL_SOURCE = pyOpenSSL-$(PYTHON_PYOPENSSL_VERSION).tar.gz
|
||||
PYTHON_PYOPENSSL_SITE = https://pypi.python.org/packages/source/p/pyOpenSSL
|
||||
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