summaryrefslogtreecommitdiff
path: root/gnu/packages/python-xyz.scm
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
commit615c0f396237e5404d0c428b865eac20a36454b4 (patch)
tree6be342b43d5e21dc5490f88275982a57a12b0d90 /gnu/packages/python-xyz.scm
parent9e20b9a419b5e82d3dd0d95f0a3a6da567ecb038 (diff)
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
Diffstat (limited to 'gnu/packages/python-xyz.scm')
-rw-r--r--gnu/packages/python-xyz.scm6
1 files changed, 2 insertions, 4 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 0c4ab29b3a8..89deaf2acc0 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