aboutsummaryrefslogtreecommitdiff
path: root/scripts/build-debian-control-files.py
diff options
context:
space:
mode:
authorRob Austein <sra@hactrn.net>2022-01-04 09:31:49 -0500
committerRob Austein <sra@hactrn.net>2022-01-04 09:31:49 -0500
commit113241ef1c371cce9d0bb4d92665bfd93c8b5b06 (patch)
tree909a9ddd8517b904630a73c965171c9169c128c3 /scripts/build-debian-control-files.py
parent26f21d71459b005679d3a7d3091c741464268227 (diff)
Convert to PyCryptodome, drop ancient releasesHEADmaster
Debian Stretch and Ubuntu Xenial are pretty old and would be dropped soon anyway, but the main reason for dropping them now is so that the last set of binary packages we provide for them will predate the change from PyCrypto to PyCryptodome.
Diffstat (limited to 'scripts/build-debian-control-files.py')
-rwxr-xr-xscripts/build-debian-control-files.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/build-debian-control-files.py b/scripts/build-debian-control-files.py
index 46958ea..2000a7c 100755
--- a/scripts/build-debian-control-files.py
+++ b/scripts/build-debian-control-files.py
@@ -34,7 +34,7 @@ Architecture: any
Depends: python3,
python3-serial (>= 3.0),
python3-tornado (>= 4.0),
- python3-crypto,
+ python3-pycryptodome,
${{misc:Depends}},
${{python3:Depends}},
${{shlibs:Depends}}