buildroot/package/python-txtorcon/Config.in
James Hilliard 5bbaccb77a package/python-txtorcon: bump to version 24.8.0
Drop no longer required python-idna runtime dependency.

Drop no longer required python-incremental runtime dependency.

Drop no longer required python-pyopenssl runtime dependency.

Drop no longer required python-service-identity runtime dependency.

Add new python-cryptography runtime dependency.

Add new python-twisted-tls runtime dependency.

Signed-off-by: James Hilliard <james.hilliard1@gmail.com>
Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
2024-09-22 12:30:36 +02:00

14 lines
518 B
Plaintext

config BR2_PACKAGE_PYTHON_TXTORCON
bool "python-txtorcon"
depends on BR2_PACKAGE_HOST_RUSTC_TARGET_ARCH_SUPPORTS # python-cryptography
select BR2_PACKAGE_PYTHON_AUTOMAT # runtime
select BR2_PACKAGE_PYTHON_CRYPTOGRAPHY # runtime
select BR2_PACKAGE_PYTHON_TWISTED # runtime
select BR2_PACKAGE_PYTHON_TWISTED_TLS # 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