apteryx pushed a commit to branch master
in repository guix.
commit bd7e98058ddcf038caca4604311660fd9e67a42e
Author: kiasoc5 <[email protected]>
AuthorDate: Wed Jan 26 22:59:03 2022 -0500
gnu: Remove python2-odfpy.
* gnu/packages/xml.scm (python2-odfpy): Remove variable.
Signed-off-by: Maxim Cournoyer <[email protected]>
---
gnu/packages/xml.scm | 3 ---
1 file changed, 3 deletions(-)
diff --git a/gnu/packages/xml.scm b/gnu/packages/xml.scm
index 50ce79fcd9..3ce5e771c7 100644
--- a/gnu/packages/xml.scm
+++ b/gnu/packages/xml.scm
@@ -1468,9 +1468,6 @@ files. It is designed to be fast and to handle large
input files.")
"Defusedxml provides XML bomb protection for Python stdlib modules.")
(license license:psfl)))
-(define-public python2-defusedxml
- (package-with-python2 python-defusedxml))
-
(define-public freexl
(package
(name "freexl")