xref: /OK3568_Linux_fs/buildroot/package/python-service-identity/Config.in (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1config 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
13	  https://pypi.python.org/pypi/service_identity
14
15comment "python-service-identify needs a toolchain w/ C++"
16	depends on BR2_PACKAGE_PYTHON3
17	depends on !BR2_INSTALL_LIBSTDCPP
18