python-twisted: bump to version 16.6.0

Add two new dependencies:

python-contstantly: runtime only
python-incremental: both runtime and build-time dependency

Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
This commit is contained in:
Yegor Yefremov
2016-12-19 09:22:36 +01:00
committed by Thomas Petazzoni
parent 20fb68f71a
commit c07ad416b4
3 changed files with 7 additions and 4 deletions

View File

@@ -1,5 +1,7 @@
config BR2_PACKAGE_PYTHON_TWISTED
bool "python-twisted"
select BR2_PACKAGE_PYTHON_INCREMENTAL
select BR2_PACKAGE_PYTHON_CONSTANTLY # runtime
select BR2_PACKAGE_PYTHON_ZOPE_INTERFACE # runtime
help
Twisted is an event-driven networking engine written in Python.