gnu: Remove python2-empy.

* gnu/packages/python-xyz.scm (python2-empy): Delete variable.
This commit is contained in:
Maxim Cournoyer 2022-03-11 20:54:48 -05:00
parent 72e4e145ee
commit db1532e1ad
No known key found for this signature in database
GPG key ID: 1260E46482E63562

View file

@ -2785,12 +2785,6 @@ (define-public python-empy
commands.")
(license license:lgpl2.1+)))
(define-public python2-empy
(let ((base (package-with-python2 (strip-python2-variant python-empy))))
(package/inherit base
(arguments `(,@(package-arguments base)
#:tests? #t)))))
(define-public python2-element-tree
(package
(name "python2-element-tree")