1config BR2_PACKAGE_PYTHON_PARAMIKO 2 bool "python-paramiko" 3 depends on BR2_PACKAGE_PYTHON3 # python-bcrypt 4 depends on BR2_INSTALL_LIBSTDCPP # python-cryptography 5 select BR2_PACKAGE_PYTHON_BCRYPT # runtime 6 select BR2_PACKAGE_PYTHON_CRYPTOGRAPHY # runtime 7 select BR2_PACKAGE_PYTHON_PYNACL # runtime 8 select BR2_PACKAGE_PYTHON3_ZLIB # runtime 9 help 10 SSH2 protocol library. 11 12 https://github.com/paramiko/paramiko/ 13 14comment "python-paramiko needs a toolchain w/ C++" 15 depends on BR2_PACKAGE_PYTHON3 16 depends on !BR2_INSTALL_LIBSTDCPP 17