Config.in 305 B

123456789
  1. config BR2_PACKAGE_PYTHON_TWISTED
  2. bool "python-twisted"
  3. select BR2_PACKAGE_PYTHON_INCREMENTAL
  4. select BR2_PACKAGE_PYTHON_CONSTANTLY # runtime
  5. select BR2_PACKAGE_PYTHON_ZOPE_INTERFACE # runtime
  6. help
  7. Twisted is an event-driven networking engine written in Python.
  8. https://twistedmatrix.com/trac/