gnu: Remove python2-xopen.
* gnu/packages/python-xyz.scm (python2-xopen): Delete variable.
This commit is contained in:
parent
55383ea50b
commit
1e6e65fc32
1 changed files with 0 additions and 7 deletions
|
@ -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")
|
||||
|
|
Loading…
Reference in a new issue