From f86c1805b84e41ed4b65b94fb61fd6d5f62defc0 Mon Sep 17 00:00:00 2001 From: Andreas Enge Date: Wed, 27 Aug 2025 23:28:43 +0200 Subject: [PATCH] gnu: Remove python2-minimal. * gnu/packages/python.scm (python2-minimal): Delete variable. Change-Id: I06fc57fb96d1ba11f8c5568bc125b9d4890a29c7 --- gnu/packages/python.scm | 13 +------------ 1 file changed, 1 insertion(+), 12 deletions(-) diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm index b55488b1f5a64d351781719ec3b40c13c01d12d8..97da50e5cd67ab3291497d6afa82b603e77dd930 100644 --- a/gnu/packages/python.scm +++ b/gnu/packages/python.scm @@ -1476,20 +1476,9 @@ data types.") ;; Current major version. (define-public python python-3) -;; Minimal variants of Python, mostly used to break the cycle between Tk and +;; Minimal variant of Python, mostly used to break the cycle between Tk and ;; Python (Tk -> libxcb -> Python.) -(define-public python2-minimal - (package/inherit python-2 - (name "python2-minimal") - (outputs '("out")) - - ;; Keep zlib, which is used by 'pip' (via the 'zipimport' module), which - ;; is invoked upon 'make install'. 'pip' also expects 'ctypes' and thus - ;; libffi. Expat is needed for XML support which is expected by a lot - ;; of libraries out there. - (inputs (list expat libffi zlib)))) - (define-public python-minimal (package/inherit python (name "python-minimal")