summaryrefslogtreecommitdiff
path: root/gnu/packages/python-xyz.scm
diff options
context:
space:
mode:
authorMaxim Cournoyer <maxim.cournoyer@gmail.com>2022-04-29 23:11:15 -0400
committerMaxim Cournoyer <maxim.cournoyer@gmail.com>2022-05-31 14:53:27 -0400
commit0438c799af9190fe1c9b9323a50990668e7f06b6 (patch)
treebe1e78da98e9795cbb8cba4df9aaa42db690bd25 /gnu/packages/python-xyz.scm
parent08063afd31562f71b7b3e12c270ab46230fa9b6a (diff)
downloadguix-patches-0438c799af9190fe1c9b9323a50990668e7f06b6.tar
guix-patches-0438c799af9190fe1c9b9323a50990668e7f06b6.tar.gz
gnu: Remove python2-et-xmlfile.
* gnu/packages/python-xyz.scm (python2-et-xmlfile): Delete variable.
Diffstat (limited to 'gnu/packages/python-xyz.scm')
-rw-r--r--gnu/packages/python-xyz.scm3
1 files changed, 0 insertions, 3 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 7d8eb7c2ea..41fd1efe31 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -2541,9 +2541,6 @@ from @code{lxml}. It aims to provide a low memory, compatible implementation
of @code{xmlfile}.")
(license license:expat)))
-(define-public python2-et-xmlfile
- (package-with-python2 python-et-xmlfile))
-
(define-public python-openpyxl
(package
(name "python-openpyxl")