From: Karolin Seeger Date: Tue, 5 Jan 2021 08:33:30 +0000 (+0100) Subject: python/wscript: python3-asn1 -> python3-pyasn1 X-Git-Tag: samba-4.14.0rc1~94 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=07700d0f1ac118436126054cd2f45cbc76ffdcb5;p=thirdparty%2Fsamba.git python/wscript: python3-asn1 -> python3-pyasn1 Signed-off-by: Karolin Seeger Reviewed-by: Björn Jacke --- diff --git a/python/wscript b/python/wscript index 20ca9f1f862..bd49bd4512a 100644 --- a/python/wscript +++ b/python/wscript @@ -7,7 +7,7 @@ from waflib import Options, Errors selftest_pkgs = { 'iso8601': 'python3-iso8601', 'cryptography': 'python3-cryptography', - 'pyasn1': 'python3-asn1' + 'pyasn1': 'python3-pyasn1' } ad_dc_pkgs = {