diff options
author | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2022-05-13 11:58:10 -0400 |
---|---|---|
committer | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2022-05-31 14:54:07 -0400 |
commit | 41efd94c3e8dca19446906f69a7543abd9a0fa3e (patch) | |
tree | 44754c771312477306eaa92bdf67dccb829b246f /gnu/packages/xml.scm | |
parent | 54ef40a1f79d6d636ba26ac47f6dd0b84172dd0d (diff) |
gnu: Remove python2-lxml.
* gnu/packages/xml.scm (python2-lxml): Delete variable.
Diffstat (limited to 'gnu/packages/xml.scm')
-rw-r--r-- | gnu/packages/xml.scm | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/gnu/packages/xml.scm b/gnu/packages/xml.scm index a9bf07de96..99cb02a09a 100644 --- a/gnu/packages/xml.scm +++ b/gnu/packages/xml.scm @@ -2541,9 +2541,6 @@ libxml2 and libxslt.") (base32 "090viyanaki4q7w7i000xl0qh4in52bkl3qal55sz2bbm8w3hqd1")))))) -(define-public python2-lxml - (package-with-python2 python-lxml)) - (define-public python-untangle ;; The latest tagged release is from 2014; use the latest commit. (let ((revision "1") |