summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorSharlatan Hellseher <sharlatanus@gmail.com>2026-01-25 23:48:11 +0000
committerAndreas Enge <andreas@enge.fr>2026-02-07 12:28:42 +0100
commit9e20b9a419b5e82d3dd0d95f0a3a6da567ecb038 (patch)
tree77295058d433f33ce0bd4f30d9f2ecdb8261cb34 /gnu
parent2be51334cf6dbb4a2a3ee7fdcb6ae355ca19a877 (diff)
gnu: python-numpy: Adjust native inputs.
* gnu/packages/python-xyz.scm (python-numpy)[native-inputs]: Remove meson-python, ninja, and pkg-config; add python-meson-python. Change-Id: I34b5a3ce480fc7eb6b717cba11512cf2d3464aae
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/python-xyz.scm5
1 files changed, 2 insertions, 3 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index ac56e0c51d7..0c4ab29b3a8 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -10837,6 +10837,7 @@ writing C extensions for Python as easy as Python itself.")
(build-system pyproject-build-system)
(arguments
(list
+ ;; tests: 47513 passed, 1740 skipped, 33 xfailed, 5 xpassed, 341 warnings
#:modules '((guix build utils)
(guix build pyproject-build-system)
(ice-9 format))
@@ -10915,10 +10916,8 @@ include_dirs = ~:*~a/include~%" #$(this-package-input "openblas"))))))
(find-files (in-vicinity #$output "/bin"))))))))
(native-inputs
(list gfortran
- meson-python
- ninja
- pkg-config
python-hypothesis
+ python-meson-python
python-pytest
python-pytest-xdist
python-setuptools