guix_mirror_bot pushed a commit to branch python-team
in repository guix.
commit 9ad2c5f9a422dab364d49dac73cf7ea505216a88
Author: Nicolas Graves <[email protected]>
AuthorDate: Sun Jan 18 18:43:17 2026 +0100
gnu: python-numpy: Drop uneeded native-inputs.
* gnu/packages/python-xyz.scm (python-numpy)[native-inputs]: Remove
python-mypy, duplicate python-setuptools, and python-wheel.
Change-Id: I94a5a51a4eff4620809af9c4a0abbd649c0768c5
Signed-off-by: Sharlatan Hellseher <[email protected]>
---
gnu/packages/python-xyz.scm | 5 +----
1 file changed, 1 insertion(+), 4 deletions(-)
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 672d5d753b..39949ed39d 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -11007,13 +11007,10 @@ include_dirs = ~:*~a/include~%" #$(this-package-input
"openblas"))))))
ninja
pkg-config
python-hypothesis
- python-mypy
python-pytest
python-pytest-xdist
python-setuptools
- python-setuptools
- python-typing-extensions
- python-wheel))
+ python-typing-extensions))
(home-page "https://numpy.org")
(synopsis "Fundamental package for scientific computing with Python")
(description "NumPy is the fundamental package for scientific computing