1*4882a593Smuzhiyunconfig BR2_PACKAGE_PYTHON_SERVICE_IDENTITY 2*4882a593Smuzhiyun bool "python-service-identity" 3*4882a593Smuzhiyun depends on BR2_PACKAGE_PYTHON3 # python-pyopenssl -> python-cryptography -> python-idna 4*4882a593Smuzhiyun depends on BR2_INSTALL_LIBSTDCPP # python-pyopenssl 5*4882a593Smuzhiyun select BR2_PACKAGE_PYTHON_ATTRS # runtime 6*4882a593Smuzhiyun select BR2_PACKAGE_PYTHON_CHARACTERISTIC # runtime 7*4882a593Smuzhiyun select BR2_PACKAGE_PYTHON_PYASN1 # runtime 8*4882a593Smuzhiyun select BR2_PACKAGE_PYTHON_PYASN1_MODULES # runtime 9*4882a593Smuzhiyun select BR2_PACKAGE_PYTHON_PYOPENSSL # runtime 10*4882a593Smuzhiyun help 11*4882a593Smuzhiyun Service identity verification for pyOpenSSL. 12*4882a593Smuzhiyun 13*4882a593Smuzhiyun https://pypi.python.org/pypi/service_identity 14*4882a593Smuzhiyun 15*4882a593Smuzhiyuncomment "python-service-identify needs a toolchain w/ C++" 16*4882a593Smuzhiyun depends on BR2_PACKAGE_PYTHON3 17*4882a593Smuzhiyun depends on !BR2_INSTALL_LIBSTDCPP 18