From 6d464680ec2eb290bf05c8f2c9b6d98f442d2f86 Mon Sep 17 00:00:00 2001 From: Sharlatan Hellseher Date: Tue, 17 Jun 2025 19:57:44 +0100 Subject: [PATCH] gnu: python-numpy: Fix build. * gnu/packages/python-xyz.scm (python-numpy): [native-inputs]: Replace python-setuptools and python-wheel with maximum supported versions python-setuptools-67 and python-wheel-0.40. Change-Id: Idf04968a0426442f53751d85906dc319a6f25a11 --- gnu/packages/python-xyz.scm | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index 8c73309c136a15c2bca1d14a98a43031871d8953..d022d3b2941e490ddf8e820865538eef07fe9919 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -10251,7 +10251,7 @@ writing C extensions for Python as easy as Python itself.") ;; - URL ;; - commit :: 2f3549c9d7c5048621568e431c86bc7530742723 ;; - file - (version "1.26.4") + (version "1.26.4") ;; This is the last planned release in the 1.26.x series. (source (origin (method url-fetch) @@ -10391,14 +10391,14 @@ include_dirs = ~:*~a/include~%" (native-inputs (list meson-python pkg-config - python-cython-0.29.35 ;overwrite Cython from meson-python + python-cython python-hypothesis python-mypy python-pytest python-pytest-xdist - python-setuptools + python-setuptools-67 ;see: python-typing-extensions - python-wheel + python-wheel-0.40 ;; XXX: Avoid to: 'fenv_t' has not been declared in '::' 58 | using ::fenv_t; ;; See , ;; .