From e15771f1fca5e94702167b45759b78b3c79925a9 Mon Sep 17 00:00:00 2001 From: Sharlatan Hellseher Date: Thu, 17 Jul 2025 17:15:37 +0100 Subject: [PATCH] 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 75ed48596ee779f9840b8f4f5cb7acf533409a04..682ca79df25f053e2a86c34e3acda9ecdf6de344 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -11488,7 +11488,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")