gnu: Remove python2-called-python.

* gnu/packages/python.scm (python2-called-python): Delete variable.
This commit is contained in:
Maxim Cournoyer 2022-05-14 14:02:49 -04:00
parent 96c0c18c3e
commit f7cfb57bb5
No known key found for this signature in database
GPG key ID: 1260E46482E63562

View file

@ -419,14 +419,6 @@ (define-public python-2.7
;; Current 2.x version.
(define-public python-2 python-2.7)
(define-public python2-called-python
;; Both 2.x and 3.x used to be called "python". In commit
;; a7714d42de2c3082f3609d1e63c83d703fb39cf9 (March 2018), we renamed the
;; Python 2.x package to "python2".
(package/inherit python-2
(name "python")
(properties `((superseded . ,python-2)))))
(define-public python-3.9
(package
(inherit python-2)