]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
bootstrap: python-cryptography is not just for tests
authorDouglas Bagnall <douglas.bagnall@catalyst.net.nz>
Mon, 24 Feb 2025 22:09:40 +0000 (11:09 +1300)
committerDouglas Bagnall <dbagnall@samba.org>
Thu, 27 Feb 2025 00:02:38 +0000 (00:02 +0000)
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 <douglas.bagnall@catalyst.net.nz>
Reviewed-by: Jennifer Sutton <jennifersutton@catalyst.net.nz>
bootstrap/config.py

index d9e39b19045c1312439c67085a7e44fdb7ef6f63..0a9fd2a0217ed59940b3a40bf3b1e42f3faf2a58 100644 (file)
@@ -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'),