micropython: replace local fix with upstream one
[buildroot-gz.git] / package / python-service-identity / Config.in
blobc9cbb6cca1395a0af4a23a985f61a3bab37225b3
1 config BR2_PACKAGE_PYTHON_SERVICE_IDENTITY
2         bool "python-service-identity"
3         select BR2_PACKAGE_PYTHON_CHARACTERISTIC # runtime
4         select BR2_PACKAGE_PYTHON_PYASN # runtime
5         select BR2_PACKAGE_PYTHON_PYASN_MODULES # runtime
6         select BR2_PACKAGE_PYTHON_PYOPENSSL # runtime
7         depends on BR2_INSTALL_LIBSTDCPP # python-pyopenssl, python-pyasn
8         help
9           Service identity verification for pyOpenSSL.
11           https://pypi.python.org/pypi/service_identity
13 comment "python-service-identify needs a toolchain w/ C++"
14         depends on !BR2_INSTALL_LIBSTDCPP