diff options
author | Yegor Yefremov <yegorslists@googlemail.com> | 2015-12-16 08:36:12 +0100 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2015-12-18 22:24:49 +0100 |
commit | 1e0bacf5533efa9d4e468b88807118aca29143fb (patch) | |
tree | d105c77963e74a1fce73c88ac6867de4f4e1671f /package/python-tornado/Config.in | |
parent | 9a16e77d28803d083d5793477e8378df13fb133e (diff) | |
download | buildroot-1e0bacf5533efa9d4e468b88807118aca29143fb.tar.gz buildroot-1e0bacf5533efa9d4e468b88807118aca29143fb.zip |
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>
Diffstat (limited to 'package/python-tornado/Config.in')
-rw-r--r-- | package/python-tornado/Config.in | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/package/python-tornado/Config.in b/package/python-tornado/Config.in index 85c7891459..ac866824ec 100644 --- a/package/python-tornado/Config.in +++ b/package/python-tornado/Config.in @@ -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. |