summaryrefslogtreecommitdiff
path: root/gnu/packages/python.scm
diff options
context:
space:
mode:
authorAndreas Enge <andreas@enge.fr>2025-08-27 23:28:43 +0200
committerAndreas Enge <andreas@enge.fr>2025-08-27 23:28:43 +0200
commitf86c1805b84e41ed4b65b94fb61fd6d5f62defc0 (patch)
treed9fe55f7349833a831a8134e9d67d07f22a21200 /gnu/packages/python.scm
parent7c0608ef6802d94e98536d61c5401d14511755da (diff)
gnu: Remove python2-minimal.
* gnu/packages/python.scm (python2-minimal): Delete variable. Change-Id: I06fc57fb96d1ba11f8c5568bc125b9d4890a29c7
Diffstat (limited to 'gnu/packages/python.scm')
-rw-r--r--gnu/packages/python.scm13
1 files changed, 1 insertions, 12 deletions
diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm
index b55488b1f5..97da50e5cd 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")