From: James Hilliard Date: Mon, 13 Apr 2020 23:12:30 +0000 (-0600) Subject: package/python-pysmb: use pyasn1 instead of pyasn X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=61cf38aadf2495844f8eed93262cd797e9fdea7c;p=buildroot.git package/python-pysmb: 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 Signed-off-by: Thomas Petazzoni --- diff --git a/package/python-pysmb/Config.in b/package/python-pysmb/Config.in index 32a6878fbf..61d7c2a03e 100644 --- a/package/python-pysmb/Config.in +++ b/package/python-pysmb/Config.in @@ -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