]> rtime.felk.cvut.cz Git - coffee/buildroot.git/commitdiff
python-twisted: enable Python 3 support
authorYegor Yefremov <yegorslists@googlemail.com>
Sun, 7 Feb 2016 14:39:02 +0000 (15:39 +0100)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Sun, 7 Feb 2016 14:49:45 +0000 (15:49 +0100)
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>
package/python-twisted/Config.in

index b3021017a89ecb9c0a71a65cddb7525aef805ff2..1221fc25bdf0c048e0db839ccf3cacc5e1802554 100644 (file)
@@ -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.