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

commit 3cb35eedc77d3fc14834b150b96e56455a1cd11e
Author: Sharlatan Hellseher <[email protected]>
AuthorDate: Sun Jan 25 23:48:11 2026 +0000

    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
---
 gnu/packages/python-xyz.scm | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index ec8468410b..c67d10c4d7 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -10808,6 +10808,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))
@@ -10877,10 +10878,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

Reply via email to