summaryrefslogtreecommitdiffstats
path: root/package/python-txtorcon/Config.in
blob: 4f91e7b048d24db87cc05b3e861cfb3f36aad1f3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
config BR2_PACKAGE_PYTHON_TXTORCON
	bool "python-txtorcon"
	depends on BR2_INSTALL_LIBSTDCPP # python-pyopenssl, python-service-identity
	select BR2_PACKAGE_PYTHON_AUTOMAT # runtime
	select BR2_PACKAGE_PYTHON_IDNA # runtime
	select BR2_PACKAGE_PYTHON_INCREMENTAL # runtime
	select BR2_PACKAGE_PYTHON_IPADDRESS if BR2_PACKAGE_PYTHON # runtime
	select BR2_PACKAGE_PYTHON_PYOPENSSL # runtime
	select BR2_PACKAGE_PYTHON_SERVICE_IDENTITY # runtime
	select BR2_PACKAGE_PYTHON_TWISTED # runtime
	select BR2_PACKAGE_PYTHON_ZOPE_INTERFACE # runtime
	help
	  Twisted-based Tor controller client, with state-tracking and
	  configuration abstractions.

	  https://github.com/meejah/txtorcon

comment "python-txtorcon needs a toolchain w/ C++"
	depends on !BR2_INSTALL_LIBSTDCPP
OpenPOWER on IntegriCloud