summaryrefslogtreecommitdiff
path: root/gnu/packages/crypto.scm
diff options
context:
space:
mode:
Diffstat (limited to 'gnu/packages/crypto.scm')
-rw-r--r--gnu/packages/crypto.scm6
1 files changed, 4 insertions, 2 deletions
diff --git a/gnu/packages/crypto.scm b/gnu/packages/crypto.scm
index 02bc79def2..2bf58918a4 100644
--- a/gnu/packages/crypto.scm
+++ b/gnu/packages/crypto.scm
@@ -1667,8 +1667,10 @@ checksum tool based on the BLAKE3 cryptographic hash function.")
libtool
perl
pkg-config
- python-3
- python-passlib))
+ ;; Do not run tests needing python, since Python < 3.13 needs it
+ ;; for its crypt module
+ #;python-3
+ #;python-passlib))
(synopsis
"Extended crypt library for descrypt, md5crypt, bcrypt, and others")
(description