diff options
author | Yegor Yefremov <yegorslists@googlemail.com> | 2015-12-31 09:52:45 +0100 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2015-12-31 10:30:39 +0100 |
commit | 449803965c31de78288c5e61502a2988636a87ac (patch) | |
tree | 1be54ec86e0ac97254d52bd136f5b499191387fb /package/python-twisted/python-twisted.mk | |
parent | 1c7239e36f2dc76fa8d3c79a3135f648110b7579 (diff) | |
download | buildroot-449803965c31de78288c5e61502a2988636a87ac.tar.gz buildroot-449803965c31de78288c5e61502a2988636a87ac.zip |
python-twisted: bump to 15.5.0
Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/python-twisted/python-twisted.mk')
-rw-r--r-- | package/python-twisted/python-twisted.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/python-twisted/python-twisted.mk b/package/python-twisted/python-twisted.mk index a2e24860a3..29fd510e8b 100644 --- a/package/python-twisted/python-twisted.mk +++ b/package/python-twisted/python-twisted.mk @@ -4,7 +4,7 @@ # ################################################################################ -PYTHON_TWISTED_VERSION = 14.0.2 +PYTHON_TWISTED_VERSION = 15.5.0 PYTHON_TWISTED_SOURCE = Twisted-$(PYTHON_TWISTED_VERSION).tar.bz2 PYTHON_TWISTED_SITE = https://pypi.python.org/packages/source/T/Twisted PYTHON_TWISTED_SETUP_TYPE = setuptools |