gnu: Remove python2-xopen.

* gnu/packages/python-xyz.scm (python2-xopen): Delete variable.
This commit is contained in:
Maxim Cournoyer 2022-04-29 17:45:28 -04:00
parent 55383ea50b
commit 1e6e65fc32
No known key found for this signature in database
GPG key ID: 1260E46482E63562

View file

@ -19397,13 +19397,6 @@ (define-public python-xopen
possible on all supported Python versions.")
(license license:expat)))
(define-public python2-xopen
(let ((base (package-with-python2
(strip-python2-variant python-xopen))))
(package/inherit base
(propagated-inputs `(("python2-bz2file" ,python2-bz2file)
,@(package-propagated-inputs base))))))
(define-public python-cheetah
(package
(name "python-cheetah")