Commit 102e985d authored by Yegor Yefremov's avatar Yegor Yefremov Committed by Thomas Petazzoni
Browse files

python-twisted: enable Python 3 support



setup3.py will be automatically invoked from setup.py,
if executing on Python 3 platform.

Signed-off-by: default avatarYegor Yefremov <yegorslists@googlemail.com>
Signed-off-by: default avatarThomas Petazzoni <thomas.petazzoni@free-electrons.com>
parent c932f8d8
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
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.