diff options
author | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2022-04-29 23:50:38 -0400 |
---|---|---|
committer | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2022-05-31 14:53:42 -0400 |
commit | f162273a2cb730526785ca5edd55b52c82a2ea91 (patch) | |
tree | d12c85ce2e7887df9dd7fa2838f351d02e78f801 /gnu | |
parent | 261f030340e03f85439afc9e56cc4e73955333b9 (diff) | |
download | guix-f162273a2cb730526785ca5edd55b52c82a2ea91.tar guix-f162273a2cb730526785ca5edd55b52c82a2ea91.tar.gz |
gnu: Remove python2-pyxb.
* gnu/packages/xml.scm (python2-pyxb): Delete variable.
Diffstat (limited to 'gnu')
-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 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") |