From: Douglas Bagnall Date: Mon, 24 Feb 2025 22:09:40 +0000 (+1300) Subject: bootstrap: python-cryptography is not just for tests X-Git-Tag: tevent-0.17.0~614 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=deb80a60f38a7bc560d432d7861113b3ca62e5bd;p=thirdparty%2Fsamba.git bootstrap: python-cryptography is not just for tests Relating to, but not fixing, these distro bugs: https://bugs.launchpad.net/ubuntu/+source/samba/+bug/2099895 https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1086768 Signed-off-by: Douglas Bagnall Reviewed-by: Jennifer Sutton --- diff --git a/bootstrap/config.py b/bootstrap/config.py index d9e39b19045..0a9fd2a0217 100644 --- a/bootstrap/config.py +++ b/bootstrap/config.py @@ -144,7 +144,7 @@ PKGS = [ ('', 'crypto-policies-scripts'), ('python3', 'python3'), - ('python3-cryptography', 'python3-cryptography'), # for krb5 tests + ('python3-cryptography', 'python3-cryptography'), ('python3-dev', 'python3-devel'), ('python3-dbg', ''), ('python3-iso8601', 'python3-iso8601'),