mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-04-18 00:00:32 +02:00
gnu: libxcrypt: Remove python from native-inputs.
* gnu/packages/crypto.scm (libxcrypt): Remove python from native-inputs, since python requires it for its crypt module. Change-Id: Ic8550fb515fcb647c3bf35c2b053d080457b109d
This commit is contained in:
committed by
Ludovic Courtès
parent
bc78aebc63
commit
e670dc7429
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user