update buildroot to 2017.02.11
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
config BR2_PACKAGE_PYTHON_SERVICE_IDENTITY
|
||||
bool "python-service-identity"
|
||||
depends on BR2_INSTALL_LIBSTDCPP # python-pyopenssl, python-pyasn
|
||||
select BR2_PACKAGE_PYTHON_ATTRS # runtime
|
||||
select BR2_PACKAGE_PYTHON_CHARACTERISTIC # runtime
|
||||
select BR2_PACKAGE_PYTHON_PYASN # runtime
|
||||
select BR2_PACKAGE_PYTHON_PYASN_MODULES # runtime
|
||||
select BR2_PACKAGE_PYTHON_PYOPENSSL # runtime
|
||||
help
|
||||
Service identity verification for pyOpenSSL.
|
||||
|
||||
https://pypi.python.org/pypi/service_identity
|
||||
|
||||
comment "python-service-identify needs a toolchain w/ C++"
|
||||
depends on !BR2_INSTALL_LIBSTDCPP
|
||||
@@ -0,0 +1,3 @@
|
||||
# md5 from https://pypi.python.org/pypi/service_identity/json, sha256 locally computed
|
||||
md5 d52392597b9c44a740abf322bfdb21e6 service_identity-16.0.0.tar.gz
|
||||
sha256 0630e222f59f91f3db498be46b1d879ff220955d7bbad719a5cb9ad14e3c3036 service_identity-16.0.0.tar.gz
|
||||
@@ -0,0 +1,14 @@
|
||||
################################################################################
|
||||
#
|
||||
# python-service-identity
|
||||
#
|
||||
################################################################################
|
||||
|
||||
PYTHON_SERVICE_IDENTITY_VERSION = 16.0.0
|
||||
PYTHON_SERVICE_IDENTITY_SOURCE = service_identity-$(PYTHON_SERVICE_IDENTITY_VERSION).tar.gz
|
||||
PYTHON_SERVICE_IDENTITY_SITE = https://pypi.python.org/packages/f3/2a/7c04e7ab74f9f2be026745a9ffa81fd9d56139fa6f5f4b4c8a8c07b2bfba
|
||||
PYTHON_SERVICE_IDENTITY_LICENSE = MIT
|
||||
PYTHON_SERVICE_IDENTITY_LICENSE_FILES = LICENSE
|
||||
PYTHON_SERVICE_IDENTITY_SETUP_TYPE = setuptools
|
||||
|
||||
$(eval $(python-package))
|
||||
Reference in New Issue
Block a user