[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
13/36: gnu: libxcrypt: Remove python from native-inputs.
From: |
guix-commits |
Subject: |
13/36: gnu: libxcrypt: Remove python from native-inputs. |
Date: |
Wed, 14 Feb 2024 04:31:13 -0500 (EST) |
jpoiret pushed a commit to branch core-updates-glibc-2.39
in repository guix.
commit fa97c40f61fb867544215290a888ccb69b6c8012
Author: Josselin Poiret <dev@jpoiret.xyz>
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
- branch core-updates-glibc-2.39 created (now fabcd3aef9), guix-commits, 2024/02/14
- 02/36: gnu: Add libdevmapper-propagated-inputs., guix-commits, 2024/02/14
- 01/36: gnu: cryptsetup: Update to 2.6.1., guix-commits, 2024/02/14
- 06/36: gnu: lvm2-static: Properly handle eudev dependency in pkg-config., guix-commits, 2024/02/14
- 09/36: gnu: ffmpeg: Fix builds., guix-commits, 2024/02/14
- 12/36: gnu: gcc: Patch crypt out of bundled libsanitizer., guix-commits, 2024/02/14
- 07/36: gnu: cryptsetup-static: Fix static build., guix-commits, 2024/02/14
- 11/36: gnu: gcc: Simplify application of Hurd-specific pthread patch., guix-commits, 2024/02/14
- 13/36: gnu: libxcrypt: Remove python from native-inputs.,
guix-commits <=
- 14/36: gnu: python: Add libxcrypt dependency., guix-commits, 2024/02/14
- 19/36: gnu: eudev: Update to 3.2.14., guix-commits, 2024/02/14
- 20/36: services: udev: Rewrite udev-rule to use file->udev-rule., guix-commits, 2024/02/14
- 28/36: gnu: apr: Add libxcrypt dependency., guix-commits, 2024/02/14
- 15/36: gnu: linux-pam: Add libxcrypt dependency., guix-commits, 2024/02/14
- 16/36: gnu: elogind: Add libxcrypt dependency., guix-commits, 2024/02/14
- 18/36: gnu: tcsh: Add libxcrypt dependency., guix-commits, 2024/02/14
- 26/36: gnu: apr: Update to 1.7.4., guix-commits, 2024/02/14
- 31/36: gnu: cups-minimal: Add libxcrypt dependency., guix-commits, 2024/02/14
- 32/36: gnu: cyrus-sasl: Add libxcrypt dependency., guix-commits, 2024/02/14