]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
python/wscript: python3-asn1 -> python3-pyasn1
authorKarolin Seeger <kseeger@samba.org>
Tue, 5 Jan 2021 08:33:30 +0000 (09:33 +0100)
committerKarolin Seeger <kseeger@samba.org>
Tue, 12 Jan 2021 09:06:29 +0000 (09:06 +0000)
Signed-off-by: Karolin Seeger <kseeger@samba.org>
Reviewed-by: Björn Jacke <bjacke@samba.org>
python/wscript

index 20ca9f1f862578bc481b21b9ab76796756d46d74..bd49bd4512ab741a86850862eec00bb3a0b0fc40 100644 (file)
@@ -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 = {