jpoiret pushed a commit to branch core-updates-glibc-2.39
in repository guix.

commit fa97c40f61fb867544215290a888ccb69b6c8012
Author: Josselin Poiret <[email protected]>
AuthorDate: Fri Feb 2 12:14:14 2024 +0100

    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
---
 gnu/packages/crypto.scm | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/crypto.scm b/gnu/packages/crypto.scm
index 50be431195..ce3aa80be0 100644
--- a/gnu/packages/crypto.scm
+++ b/gnu/packages/crypto.scm
@@ -1661,8 +1661,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

Reply via email to