1config BR2_PACKAGE_PYTHON_PARAMIKO 2 bool "python-paramiko" 3 depends on BR2_PACKAGE_HOST_RUSTC_TARGET_ARCH_SUPPORTS # python-cryptography, python-bcrypt 4 select BR2_PACKAGE_PYTHON_BCRYPT # runtime 5 select BR2_PACKAGE_PYTHON_CRYPTOGRAPHY # runtime 6 select BR2_PACKAGE_PYTHON_PYNACL # runtime 7 select BR2_PACKAGE_PYTHON3_ZLIB # runtime 8 help 9 SSH2 protocol library. 10 11 https://github.com/paramiko/paramiko/ 12