summaryrefslogtreecommitdiff
path: root/gnu/packages/xml.scm
diff options
context:
space:
mode:
authorMaxim Cournoyer <maxim.cournoyer@gmail.com>2022-04-29 23:50:38 -0400
committerMaxim Cournoyer <maxim.cournoyer@gmail.com>2022-05-31 14:53:42 -0400
commitf162273a2cb730526785ca5edd55b52c82a2ea91 (patch)
treed12c85ce2e7887df9dd7fa2838f351d02e78f801 /gnu/packages/xml.scm
parent261f030340e03f85439afc9e56cc4e73955333b9 (diff)
gnu: Remove python2-pyxb.
* gnu/packages/xml.scm (python2-pyxb): Delete variable.
Diffstat (limited to 'gnu/packages/xml.scm')
-rw-r--r--gnu/packages/xml.scm3
1 files changed, 0 insertions, 3 deletions
diff --git a/gnu/packages/xml.scm b/gnu/packages/xml.scm
index ecc19a7eb8..6dbcf67d8c 100644
--- a/gnu/packages/xml.scm
+++ b/gnu/packages/xml.scm
@@ -1119,9 +1119,6 @@ code for classes that correspond to data structures defined by XMLSchema.")
license:gpl2 ; bundled jquery in doc is dual MIT/GPL2
license:psfl)))) ; pyxb/utils/activestate.py
-(define-public python2-pyxb
- (package-with-python2 python-pyxb))
-
(define-public xmlto
(package
(name "xmlto")