Config.in 537 B

12345678910111213141516
  1. config 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. https://github.com/paramiko/paramiko/
  12. comment "python-paramiko needs a toolchain w/ C++"
  13. depends on BR2_PACKAGE_PYTHON3
  14. depends on !BR2_INSTALL_LIBSTDCPP