guix_mirror_bot pushed a commit to branch master
in repository guix.
commit 615c0f396237e5404d0c428b865eac20a36454b4
Author: Sharlatan Hellseher <[email protected]>
AuthorDate: Sun Jan 25 23:48:11 2026 +0000
gnu: python-numpy-1: Adjust native inputs.
* gnu/packages/python-xyz.scm (python-numpy-1)[native-inputs]: Remove
meson-python, pkg-config, and python-cython; add python-meson-python.
Change-Id: I49c7c219c02f0c5374573e139b4164e96429b184
---
gnu/packages/python-xyz.scm | 6 ++----
1 file changed, 2 insertions(+), 4 deletions(-)
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 0c4ab29b3a..89deaf2acc 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -11106,10 +11106,8 @@ include_dirs = ~:*~a/include~%"
,(list (site-packages inputs
outputs)))))
(find-files (in-vicinity #$output "/bin"))))))))
(native-inputs
- (list meson-python
- pkg-config
- python-cython
- python-hypothesis
+ (list python-hypothesis
+ python-meson-python
python-pytest
python-pytest-xdist
python-setuptools