xref: /OK3568_Linux_fs/buildroot/package/python-pyopenssl/Config.in (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1config BR2_PACKAGE_PYTHON_PYOPENSSL
2	bool "python-pyopenssl"
3	depends on BR2_PACKAGE_PYTHON3 # python-cryptography -> python-idna
4	depends on BR2_INSTALL_LIBSTDCPP # python-cryptography
5	select BR2_PACKAGE_PYTHON_CRYPTOGRAPHY # runtime
6	select BR2_PACKAGE_PYTHON_SIX # runtime
7	help
8	  Python wrapper module around the OpenSSL library.
9
10	  https://github.com/pyca/pyopenssl
11
12comment "python-pyopenssl needs a toolchain w/ C++"
13	depends on BR2_PACKAGE_PYTHON3
14	depends on !BR2_INSTALL_LIBSTDCPP
15