summaryrefslogtreecommitdiff
path: root/package/python-twisted
diff options
context:
space:
mode:
authorYegor Yefremov <yegorslists@googlemail.com>2016-02-07 15:39:02 +0100
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2016-02-07 15:49:45 +0100
commit102e985ddf9c13039418b8e8b4b127937c5605bc (patch)
tree9599063ced88c9af1f1c6200b98de369a6313b31 /package/python-twisted
parentc932f8d8d5d540fcfbe58d1b6c117ff12e022546 (diff)
python-twisted: enable Python 3 support
setup3.py will be automatically invoked from setup.py, if executing on Python 3 platform. Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/python-twisted')
-rw-r--r--package/python-twisted/Config.in1
1 files changed, 0 insertions, 1 deletions
diff --git a/package/python-twisted/Config.in b/package/python-twisted/Config.in
index b3021017a..1221fc25b 100644
--- a/package/python-twisted/Config.in
+++ b/package/python-twisted/Config.in
@@ -1,6 +1,5 @@
config BR2_PACKAGE_PYTHON_TWISTED
bool "python-twisted"
- depends on BR2_PACKAGE_PYTHON
select BR2_PACKAGE_PYTHON_ZOPE_INTERFACE # runtime
help
Twisted is an event-driven networking engine written in Python.