mirror of
https://github.com/samba-team/samba.git
synced 2025-12-12 12: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:
@@ -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 = {
|
||||
|
||||
Reference in New Issue
Block a user