guix_mirror_bot pushed a commit to branch python-team
in repository guix.
commit 268b2f90432efa39449b90238f864626276f0504
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 c67d10c4d7..9486ca72f1 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -11068,10 +11068,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