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

commit 9b0d58cab4ccb1e82f662bbec87b79e5d6df3449
Author: Sharlatan Hellseher <[email protected]>
AuthorDate: Thu Jul 17 17:15:37 2025 +0100

    gnu: python-matplotlib: Reduce closure size.
    
    * gnu/packages/python-xyz.scm (python-matplotlib):
      [native-inputs]: Remove python-setuptools-scm-git-archive.
    
    Change-Id: I0db74e40f935b76e49d9cb8f0214513fb41fa8b8
---
 gnu/packages/python-xyz.scm | 1 -
 1 file changed, 1 deletion(-)

diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 964d2c1ee7..ed2798cd07 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -11552,7 +11552,6 @@ tests = True~%" #$(this-package-input "tcl") 
#$(this-package-input "tk"))))))
            python-pytest-xdist
            python-setuptools
            python-setuptools-scm
-           python-setuptools-scm-git-archive
            python-wheel))
     (home-page "https://matplotlib.org/";)
     (synopsis "2D plotting library for Python")

Reply via email to