2
1

Config.in 744 B

12345678910111213141516171819
  1. config BR2_PACKAGE_PYTHON_TXTORCON
  2. bool "python-txtorcon"
  3. depends on BR2_PACKAGE_PYTHON3 # python-idna
  4. depends on BR2_INSTALL_LIBSTDCPP # python-pyopenssl, python-service-identity
  5. select BR2_PACKAGE_PYTHON_AUTOMAT # runtime
  6. select BR2_PACKAGE_PYTHON_IDNA # runtime
  7. select BR2_PACKAGE_PYTHON_INCREMENTAL # runtime
  8. select BR2_PACKAGE_PYTHON_PYOPENSSL # runtime
  9. select BR2_PACKAGE_PYTHON_SERVICE_IDENTITY # runtime
  10. select BR2_PACKAGE_PYTHON_TWISTED # runtime
  11. select BR2_PACKAGE_PYTHON_ZOPE_INTERFACE # runtime
  12. help
  13. Twisted-based Tor controller client, with state-tracking and
  14. configuration abstractions.
  15. https://github.com/meejah/txtorcon
  16. comment "python-txtorcon needs a toolchain w/ C++"
  17. depends on !BR2_INSTALL_LIBSTDCPP