package/python-service-identity: use pyasn1 instead of pyasn
authorJames Hilliard <james.hilliard1@gmail.com>
Mon, 13 Apr 2020 23:05:21 +0000 (17:05 -0600)
committerThomas Petazzoni <thomas.petazzoni@bootlin.com>
Sun, 19 Apr 2020 08:15:38 +0000 (10:15 +0200)
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>
package/python-service-identity/Config.in

index f1ce5312c815180c09cab9b678390f86839c5f0d..0260ab40106b98f964f5b3aeacaa81cb8756dca9 100644 (file)
@@ -1,11 +1,11 @@
 config BR2_PACKAGE_PYTHON_SERVICE_IDENTITY
        bool "python-service-identity"
-       depends on BR2_INSTALL_LIBSTDCPP # python-pyopenssl, python-pyasn
+       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_PYASN # runtime
-       select BR2_PACKAGE_PYTHON_PYASN_MODULES # 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.