442b2af2d4
Signed-off-by: James Hilliard <james.hilliard1@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
10 lines
341 B
Plaintext
10 lines
341 B
Plaintext
config BR2_PACKAGE_PYTHON_ASYNCSSH
|
|
bool "python-asyncssh"
|
|
depends on BR2_PACKAGE_HOST_RUSTC_TARGET_ARCH_SUPPORTS # python-cryptography
|
|
select BR2_PACKAGE_PYTHON_CRYPTOGRAPHY # runtime
|
|
select BR2_PACKAGE_PYTHON_TYPING_EXTENSIONS # runtime
|
|
help
|
|
AsyncSSH: Asynchronous SSHv2 client and server library.
|
|
|
|
http://asyncssh.timeheart.net
|