From 113241ef1c371cce9d0bb4d92665bfd93c8b5b06 Mon Sep 17 00:00:00 2001 From: Rob Austein Date: Tue, 4 Jan 2022 09:31:49 -0500 Subject: Convert to PyCryptodome, drop ancient releases 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. --- scripts/build-debian-control-files.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts') 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}} -- cgit v1.2.3