Config.in 654 B

12345678910111213141516
  1. config BR2_PACKAGE_PYTHON_SERVICE_IDENTITY
  2. bool "python-service-identity"
  3. depends on BR2_PACKAGE_PYTHON3 # python-pyopenssl -> python-cryptography -> python-idna
  4. depends on BR2_INSTALL_LIBSTDCPP # python-pyopenssl
  5. select BR2_PACKAGE_PYTHON_ATTRS # runtime
  6. select BR2_PACKAGE_PYTHON_CHARACTERISTIC # runtime
  7. select BR2_PACKAGE_PYTHON_PYASN1 # runtime
  8. select BR2_PACKAGE_PYTHON_PYASN1_MODULES # runtime
  9. select BR2_PACKAGE_PYTHON_PYOPENSSL # runtime
  10. help
  11. Service identity verification for pyOpenSSL.
  12. https://pypi.python.org/pypi/service_identity
  13. comment "python-service-identify needs a toolchain w/ C++"
  14. depends on !BR2_INSTALL_LIBSTDCPP