summaryrefslogtreecommitdiff
path: root/python
diff options
context:
space:
mode:
authorKarolin Seeger <kseeger@samba.org>2021-01-05 09:33:30 +0100
committerKarolin Seeger <kseeger@samba.org>2021-01-12 09:06:29 +0000
commit07700d0f1ac118436126054cd2f45cbc76ffdcb5 (patch)
tree98588ecf83f800851175d9520fec5e61211232d9 /python
parent1c2460a87e57b9714ead40bb8977a3785002abf5 (diff)
downloadsamba-07700d0f1ac118436126054cd2f45cbc76ffdcb5.tar.gz
python/wscript: python3-asn1 -> python3-pyasn1
Signed-off-by: Karolin Seeger <kseeger@samba.org> Reviewed-by: Björn Jacke <bjacke@samba.org>
Diffstat (limited to 'python')
-rw-r--r--python/wscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/python/wscript b/python/wscript
index 20ca9f1f862..bd49bd4512a 100644
--- a/python/wscript
+++ b/python/wscript
@@ -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 = {