guix_mirror_bot pushed a commit to branch python-team
in repository guix.

commit 2ff0ace09ad74c20beca9106dc8f3e3a5af73a5f
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 ce165e62f3..fed2f642ed 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

Reply via email to