0b5710ae3b
Commit a2ba9e7db9
forgot to drop comment
Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
14 lines
505 B
Plaintext
14 lines
505 B
Plaintext
config BR2_PACKAGE_PYTHON_SERVICE_IDENTITY
|
|
bool "python-service-identity"
|
|
# python-pyopenssl -> python-cryptography
|
|
depends on BR2_PACKAGE_HOST_RUSTC_TARGET_ARCH_SUPPORTS
|
|
select BR2_PACKAGE_PYTHON_ATTRS # runtime
|
|
select BR2_PACKAGE_PYTHON_PYASN1 # runtime
|
|
select BR2_PACKAGE_PYTHON_PYASN1_MODULES # runtime
|
|
select BR2_PACKAGE_PYTHON_PYOPENSSL # runtime
|
|
select BR2_PACKAGE_PYTHON_SIX # runtime
|
|
help
|
|
Service identity verification for pyOpenSSL.
|
|
|
|
https://pypi.python.org/pypi/service_identity
|