buildroot/package/python-service-identity/Config.in
James Hilliard 6c7de0232e package/python-service-identity: use pyasn1 instead of pyasn
The python-pyasn and python-pyasn1 packages package the exact same
upstream Python module, pyasn1. However, python-pyasn uses an outdated
version, and shouldn't be used.

Signed-off-by: James Hilliard <james.hilliard1@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
2020-04-19 10:15:38 +02:00

17 lines
634 B
Plaintext

config BR2_PACKAGE_PYTHON_SERVICE_IDENTITY
bool "python-service-identity"
depends on BR2_INSTALL_LIBSTDCPP # python-pyopenssl
select BR2_PACKAGE_PYTHON_ATTRS # runtime
select BR2_PACKAGE_PYTHON_CHARACTERISTIC # runtime
select BR2_PACKAGE_PYTHON_IPADDRESS if BR2_PACKAGE_PYTHON # runtime
select BR2_PACKAGE_PYTHON_PYASN1 # runtime
select BR2_PACKAGE_PYTHON_PYASN1_MODULES # runtime
select BR2_PACKAGE_PYTHON_PYOPENSSL # runtime
help
Service identity verification for pyOpenSSL.
https://pypi.python.org/pypi/service_identity
comment "python-service-identify needs a toolchain w/ C++"
depends on !BR2_INSTALL_LIBSTDCPP