python-tornado: bump to 4.3
Add new run-time dependencies: PYTHON_SINGLEDISPATCH for Python 2.7.x PYTHON_BACKPORTS_ABC for both Python versions Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
This commit is contained in:
parent
9a16e77d28
commit
1e0bacf553
@ -2,6 +2,8 @@ config BR2_PACKAGE_PYTHON_TORNADO
|
||||
bool "python-tornado"
|
||||
select BR2_PACKAGE_PYTHON_ZLIB if BR2_PACKAGE_PYTHON # runtime
|
||||
select BR2_PACKAGE_PYTHON3_ZLIB if BR2_PACKAGE_PYTHON3 # runtime
|
||||
select BR2_PACKAGE_PYTHON_SINGLEDISPATCH if BR2_PACKAGE_PYTHON # runtime
|
||||
select BR2_PACKAGE_PYTHON_BACKPORTS_ABC # runtime
|
||||
help
|
||||
Tornado is a Python web framework and asynchronous networking
|
||||
library, originally developed at FriendFeed.
|
||||
|
@ -1,3 +1,3 @@
|
||||
# md5 from https://pypi.python.org/pypi?:action=show_md5&digest=c548d7b77a11d523c3d7255bd7fd6df8, sha256 locally computed
|
||||
md5 c548d7b77a11d523c3d7255bd7fd6df8 tornado-4.2.tar.gz
|
||||
sha256 e8b1207da67dbdceebfb291292b4ef1b547d6171525bec1b366853f923456a5f tornado-4.2.tar.gz
|
||||
md5 d13a99dc0b60ba69f5f8ec1235e5b232 tornado-4.3.tar.gz
|
||||
sha256 c9c2d32593d16eedf2cec1b6a41893626a2649b40b21ca9c4cac4243bde2efbf tornado-4.3.tar.gz
|
||||
|
@ -4,7 +4,7 @@
|
||||
#
|
||||
################################################################################
|
||||
|
||||
PYTHON_TORNADO_VERSION = 4.2
|
||||
PYTHON_TORNADO_VERSION = 4.3
|
||||
PYTHON_TORNADO_SOURCE = tornado-$(PYTHON_TORNADO_VERSION).tar.gz
|
||||
PYTHON_TORNADO_SITE = https://pypi.python.org/packages/source/t/tornado
|
||||
PYTHON_TORNADO_LICENSE = Apache-2.0
|
||||
|
Loading…
Reference in New Issue
Block a user