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:
Josselin Poiret 2024-02-02 12:14:14 +01:00 committed by Ludovic Courtès
parent bc78aebc63
commit e670dc7429
No known key found for this signature in database
GPG key ID: 090B11993D9AEBB5

View file

@ -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