diff options
author | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2022-04-29 23:11:15 -0400 |
---|---|---|
committer | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2022-05-31 14:53:27 -0400 |
commit | 0438c799af9190fe1c9b9323a50990668e7f06b6 (patch) | |
tree | be1e78da98e9795cbb8cba4df9aaa42db690bd25 /gnu/packages | |
parent | 08063afd31562f71b7b3e12c270ab46230fa9b6a (diff) |
gnu: Remove python2-et-xmlfile.
* gnu/packages/python-xyz.scm (python2-et-xmlfile): Delete variable.
Diffstat (limited to 'gnu/packages')
-rw-r--r-- | gnu/packages/python-xyz.scm | 3 |
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") |