diff mbox series

[1/1] package/python-pysmb: select pyasn1 instead of pyasn

Message ID 20200413231230.123828-1-james.hilliard1@gmail.com
State Accepted
Headers show
Series [1/1] package/python-pysmb: select pyasn1 instead of pyasn | expand

Commit Message

James Hilliard April 13, 2020, 11:12 p.m. UTC
The python-pyasn package is an outdated version of python-pyasn1 and
should not be used.

Signed-off-by: James Hilliard <james.hilliard1@gmail.com>
---
 package/python-pysmb/Config.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Thomas Petazzoni April 19, 2020, 8:18 a.m. UTC | #1
On Mon, 13 Apr 2020 17:12:30 -0600
James Hilliard <james.hilliard1@gmail.com> wrote:

> The python-pyasn package is an outdated version of python-pyasn1 and
> should not be used.
> 
> Signed-off-by: James Hilliard <james.hilliard1@gmail.com>
> ---
>  package/python-pysmb/Config.in | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)

Applied to master, thanks.

Thomas
diff mbox series

Patch

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