apteryx pushed a commit to branch master
in repository guix.
commit aef87f82c2293bd06bd90dee214df46b51bdf734
Author: kiasoc5 <[email protected]>
AuthorDate: Wed Jan 26 22:57:27 2022 -0500
gnu: Remove python2-defusedxml.
* gnu/packages/xml.scm (python2-defused): Remove variable.
Signed-off-by: Maxim Cournoyer <[email protected]>
---
gnu/packages/python-xyz.scm | 3 ---
1 file changed, 3 deletions(-)
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 33e7de1606..96448fc29b 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -17543,9 +17543,6 @@ multitouch applications.")
;; number of files with other licenses.
(list license:gpl2+ license:asl2.0 license:lgpl2.1+
license:cc-by-sa3.0))))
-(define-public python2-odfpy
- (package-with-python2 python-odfpy))
-
(define-public python-natsort
(package
(name "python-natsort")