update buildroot to 2017.02.11
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
config BR2_PACKAGE_PYTHON_WERKZEUG
|
||||
bool "python-werkzeug"
|
||||
select BR2_PACKAGE_PYTHON_ZLIB if BR2_PACKAGE_PYTHON # runtime
|
||||
select BR2_PACKAGE_PYTHON3_ZLIB if BR2_PACKAGE_PYTHON3 # runtime
|
||||
help
|
||||
Werkzeug is a WSGI utility library for Python. It's widely
|
||||
used and BSD licensed.
|
||||
|
||||
http://werkzeug.pocoo.org/
|
||||
@@ -0,0 +1,3 @@
|
||||
# md5 from https://pypi.python.org/pypi/werkzeug/json, sha256 locally computed
|
||||
md5 1d34afa1f19abcef4c0da51ebc2c4ea7 Werkzeug-0.11.11.tar.gz
|
||||
sha256 e72c46bc14405cba7a26bd2ce28df734471bc9016bc8b4cb69466c2c14c2f7e5 Werkzeug-0.11.11.tar.gz
|
||||
@@ -0,0 +1,14 @@
|
||||
################################################################################
|
||||
#
|
||||
# python-werkzeug
|
||||
#
|
||||
################################################################################
|
||||
|
||||
PYTHON_WERKZEUG_VERSION = 0.11.11
|
||||
PYTHON_WERKZEUG_SOURCE = Werkzeug-$(PYTHON_WERKZEUG_VERSION).tar.gz
|
||||
PYTHON_WERKZEUG_SITE = https://pypi.python.org/packages/43/2e/d822b4a4216804519ace92e0368dcfc4b0b2887462d852fdd476b253ecc9
|
||||
PYTHON_WERKZEUG_SETUP_TYPE = setuptools
|
||||
PYTHON_WERKZEUG_LICENSE = BSD-3c
|
||||
PYTHON_WERKZEUG_LICENSE_FILES = LICENSE
|
||||
|
||||
$(eval $(python-package))
|
||||
Reference in New Issue
Block a user