mirror of
https://github.com/PartialVolume/shredos.x86_64.git
synced 2026-02-20 17:42:10 +00:00
14 lines
518 B
Plaintext
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
|