diff options
Diffstat (limited to 'python')
-rw-r--r-- | python/wscript | 2 |
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 = { |