From 8e0f560f8d5dc266bbd4cb4931c6b068f91b0eae Mon Sep 17 00:00:00 2001 From: Nicolas Graves Date: Sun, 18 Jan 2026 18:43:17 +0100 Subject: [PATCH] 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 --- 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 81848bb723c..a02da356a42 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -11045,13 +11045,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