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

index 32a6878fbf30e733e5f84323651b1f1834f2b6a4..61d7c2a03e4df9b8e3c7df0447578e8f22d8b245 100644 (file)
@@ -1,7 +1,7 @@
 config BR2_PACKAGE_PYTHON_PYSMB
        bool "python-pysmb"
        depends on BR2_INSTALL_LIBSTDCPP
-       select BR2_PACKAGE_PYTHON_PYASN
+       select BR2_PACKAGE_PYTHON_PYASN1
        help
          pysmb is an experimental SMB/CIFS library written in Python.
          It implements the client-side SMB/CIFS protocol (SMB1 and