Config.in 393 B

123456789101112
  1. config BR2_PACKAGE_PYTHON_PYOPENSSL
  2. bool "python-pyopenssl"
  3. depends on BR2_INSTALL_LIBSTDCPP # python-cryptography
  4. select BR2_PACKAGE_PYTHON_CRYPTOGRAPHY # runtime
  5. select BR2_PACKAGE_PYTHON_SIX # runtime
  6. help
  7. Python wrapper module around the OpenSSL library.
  8. https://github.com/pyca/pyopenssl
  9. comment "python-pyopenssl needs a toolchain w/ C++"
  10. depends on !BR2_INSTALL_LIBSTDCPP