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/Config.in | |
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/Config.in')
-rw-r--r-- | package/python-twisted/Config.in | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/package/python-twisted/Config.in b/package/python-twisted/Config.in index 7fe4289d46..6b1a4fc2c0 100644 --- a/package/python-twisted/Config.in +++ b/package/python-twisted/Config.in @@ -1,7 +1,9 @@ config BR2_PACKAGE_PYTHON_TWISTED bool "python-twisted" select BR2_PACKAGE_PYTHON_INCREMENTAL + select BR2_PACKAGE_PYTHON_AUTOMAT # runtime select BR2_PACKAGE_PYTHON_CONSTANTLY # runtime + select BR2_PACKAGE_PYTHON_HYPERLINK # runtime select BR2_PACKAGE_PYTHON_ZOPE_INTERFACE # runtime help Twisted is an event-driven networking engine written in Python. |