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:
@@ -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 = {
|
||||||
|
|||||||
Reference in New Issue
Block a user