mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-06 02:50:20 +01:00
gnu: Remove python2-empy.
* gnu/packages/python-xyz.scm (python2-empy): Delete variable.
This commit is contained in:
parent
72e4e145ee
commit
db1532e1ad
1 changed files with 0 additions and 6 deletions
|
@ -2785,12 +2785,6 @@ system is highly configurable via command line options and embedded
|
|||
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")
|
||||
|
|
Loading…
Add table
Reference in a new issue