0c7e30b43a
- Python 2 is not supported since version 3.0 so update all reverse dependencies and remove python-coherence - License file name and its hash is updated due to:e7338bce90
537aa99d44
https://github.com/kjd/idna/blob/v3.2/HISTORY.rst Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com> Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
20 lines
744 B
Plaintext
20 lines
744 B
Plaintext
config BR2_PACKAGE_PYTHON_TXTORCON
|
|
bool "python-txtorcon"
|
|
depends on BR2_PACKAGE_PYTHON3 # python-idna
|
|
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_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
|