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
7 Python wrapper module around the OpenSSL library.
9 https://github.com/pyca/pyopenssl
11 comment "python-pyopenssl needs a toolchain w/ C++"
12 depends on !BR2_INSTALL_LIBSTDCPP