Config.in 461 B

123456789101112
  1. config BR2_PACKAGE_PYTHON_PARAMIKO
  2. bool "python-paramiko"
  3. depends on BR2_PACKAGE_HOST_RUSTC_TARGET_ARCH_SUPPORTS # python-cryptography
  4. depends on BR2_PACKAGE_PYTHON3 # python-bcrypt, 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. https://github.com/paramiko/paramiko/