1
0
mirror of https://github.com/samba-team/samba.git synced 2025-12-14 20:23:54 +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 = { selftest_pkgs = {
'iso8601': 'python3-iso8601', 'iso8601': 'python3-iso8601',
'cryptography': 'python3-cryptography', 'cryptography': 'python3-cryptography',
'pyasn1': 'python3-asn1' 'pyasn1': 'python3-pyasn1'
} }
ad_dc_pkgs = { ad_dc_pkgs = {