update buildroot to 2017.02.11

This commit is contained in:
jbnadal
2018-05-22 15:35:47 +02:00
parent 4bf1f5e091
commit a3c10bd762
9257 changed files with 433426 additions and 1701 deletions

View File

@@ -0,0 +1,6 @@
config BR2_PACKAGE_PYTHON_PYTZ
bool "python-pytz"
help
World timezone definitions, modern and historical.
http://pythonhosted.org/pytz

View File

@@ -0,0 +1,3 @@
# md5 from https://pypi.python.org/pypi/pytz/json, sha256 locally computed
md5 88b1d6c50c764579292edce3493c8a3a pytz-2016.10.tar.bz2
sha256 7016b2c4fa075c564b81c37a252a5fccf60d8964aa31b7f5eae59aeb594ae02b pytz-2016.10.tar.bz2

View File

@@ -0,0 +1,14 @@
################################################################################
#
# python-pytz
#
################################################################################
PYTHON_PYTZ_VERSION = 2016.10
PYTHON_PYTZ_SOURCE = pytz-$(PYTHON_PYTZ_VERSION).tar.bz2
PYTHON_PYTZ_SITE = https://pypi.python.org/packages/d0/e1/aca6ef73a7bd322a7fc73fd99631ee3454d4fc67dc2bee463e2adf6bb3d3
PYTHON_PYTZ_SETUP_TYPE = setuptools
PYTHON_PYTZ_LICENSE = MIT
PYTHON_PYTZ_LICENSE_FILES = LICENSE.txt
$(eval $(python-package))