xref: /OK3568_Linux_fs/buildroot/package/python-txtorcon/Config.in (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1config 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
16	  https://github.com/meejah/txtorcon
17
18comment "python-txtorcon needs a toolchain w/ C++"
19	depends on BR2_PACKAGE_PYTHON3
20	depends on !BR2_INSTALL_LIBSTDCPP
21