diff options
author | Yegor Yefremov <yegorslists@googlemail.com> | 2017-08-02 07:57:26 +0200 |
---|---|---|
committer | Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be> | 2017-08-13 17:53:17 +0200 |
commit | c1039cdfad847df75d44b13035bf37bd5f293ddc (patch) | |
tree | cdf67dccc576bdcf6588a6e64b8aeef7e9289096 /package/python-twisted/python-twisted.mk | |
parent | 9d6b907a4b463d73af3b43ae19e0d508c1d1b3c6 (diff) | |
download | buildroot-c1039cdfad847df75d44b13035bf37bd5f293ddc.tar.gz buildroot-c1039cdfad847df75d44b13035bf37bd5f293ddc.zip |
python-twisted: bump to version 17.5.0
Also fix/add runtime dependencies: Automat and hyperlink modules.
Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com>
Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
Diffstat (limited to 'package/python-twisted/python-twisted.mk')
-rw-r--r-- | package/python-twisted/python-twisted.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/package/python-twisted/python-twisted.mk b/package/python-twisted/python-twisted.mk index 9b3ced57b9..fe276d641e 100644 --- a/package/python-twisted/python-twisted.mk +++ b/package/python-twisted/python-twisted.mk @@ -4,9 +4,9 @@ # ################################################################################ -PYTHON_TWISTED_VERSION = 17.1.0 +PYTHON_TWISTED_VERSION = 17.5.0 PYTHON_TWISTED_SOURCE = Twisted-$(PYTHON_TWISTED_VERSION).tar.bz2 -PYTHON_TWISTED_SITE = https://pypi.python.org/packages/d2/5d/ed5071740be94da625535f4333793d6fd238f9012f0fee189d0c5d00bd74 +PYTHON_TWISTED_SITE = https://pypi.python.org/packages/31/bf/7f86a8f8b9778e90d8b2921e9f442a8c8aa33fd2489fc10f236bc8af1749 PYTHON_TWISTED_SETUP_TYPE = setuptools PYTHON_TWISTED_LICENSE = MIT PYTHON_TWISTED_LICENSE_FILES = LICENSE |