kumquat-buildroot/package/python-asyncssh/Config.in
James Hilliard 442b2af2d4 package/python-asyncssh: new package
Signed-off-by: James Hilliard <james.hilliard1@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
2023-12-25 11:27:14 +01:00

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