1
0
mirror of https://github.com/samba-team/samba.git synced 2025-12-13 16:23:50 +03:00

python/wscript: python3-asn1 -> python3-pyasn1

Signed-off-by: Karolin Seeger <kseeger@samba.org>
Reviewed-by: Björn Jacke <bjacke@samba.org>
This commit is contained in:
Karolin Seeger
2021-01-05 09:33:30 +01:00
parent 1c2460a87e
commit 07700d0f1a

View 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 = {