summaryrefslogtreecommitdiff
path: root/gnu
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
parent7c0608ef6802d94e98536d61c5401d14511755da (diff)
gnu: Remove python2-minimal.
* gnu/packages/python.scm (python2-minimal): Delete variable. Change-Id: I06fc57fb96d1ba11f8c5568bc125b9d4890a29c7
Diffstat (limited to 'gnu')
-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 b55488b1f5a..97da50e5cd6 100644
--- a/gnu/packages/python.scm
+++ b/gnu/packages/python.scm
@@ -1476,20 +1476,9 @@ data types.")
1476;; Current major version. 1476;; Current major version.
1477(define-public python python-3) 1477(define-public python python-3)
1478 1478
1479;; Minimal variants of Python, mostly used to break the cycle between Tk and 1479;; Minimal variant of Python, mostly used to break the cycle between Tk and
1480;; Python (Tk -> libxcb -> Python.) 1480;; Python (Tk -> libxcb -> Python.)
1481 1481
1482(define-public python2-minimal
1483 (package/inherit python-2
1484 (name "python2-minimal")
1485 (outputs '("out"))
1486
1487 ;; Keep zlib, which is used by 'pip' (via the 'zipimport' module), which
1488 ;; is invoked upon 'make install'. 'pip' also expects 'ctypes' and thus
1489 ;; libffi. Expat is needed for XML support which is expected by a lot
1490 ;; of libraries out there.
1491 (inputs (list expat libffi zlib))))
1492
1493(define-public python-minimal 1482(define-public python-minimal
1494 (package/inherit python 1483 (package/inherit python
1495 (name "python-minimal") 1484 (name "python-minimal")