From: Yegor Yefremov Date: Sun, 7 Feb 2016 14:39:02 +0000 (+0100) Subject: python-twisted: enable Python 3 support X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=102e985ddf9c13039418b8e8b4b127937c5605bc;p=buildroot.git 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 Signed-off-by: Thomas Petazzoni --- diff --git a/package/python-twisted/Config.in b/package/python-twisted/Config.in index b3021017a8..1221fc25bd 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.