guix_mirror_bot pushed a commit to branch python-team
in repository guix.

commit f72183b0979568f15d98e4ff726591c85ec1ed0f
Author: Sharlatan Hellseher <sharlata...@gmail.com>
AuthorDate: Sun Jul 20 16:27:25 2025 +0100

    gnu: python-cython: Build with gcc@14.
    
    * gnu/packages/python-xyz.scm (python-cython):
      [native-inputs]: Remove (cond ((target-x86-32?) gcc-11) (else gcc-13)).
    
    Change-Id: I04ff6694a147d73beda119231d5a79579cf01c82
---
 gnu/packages/python-xyz.scm | 6 +-----
 1 file changed, 1 insertion(+), 5 deletions(-)

diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index b36936f449..4f9e7b576b 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -10037,11 +10037,7 @@ For some datatypes the overhead can be reduced by 
using khash by factor 4-8.")
     (native-inputs
      (list libxcrypt
            python-setuptools
-           python-wheel
-           ;; does not compile with gcc-14
-           (cond
-            ((target-x86-32?) gcc-11)
-            (else gcc-13))))
+           python-wheel))
     ;; we need the full python package and not just the python-wrapper
     ;; because we need libpython3.3m.so
     (inputs

Reply via email to