mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-01 07:16:39 +01: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:
parent
bc78aebc63
commit
e670dc7429
1 changed files with 4 additions and 2 deletions
|
@ -1667,8 +1667,10 @@ (define-public libxcrypt
|
|||
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
|
||||
|
|
Loading…
Reference in a new issue