summaryrefslogtreecommitdiff
path: root/gnu/packages/python-web.scm
diff options
context:
space:
mode:
authorMaxim Cournoyer <maxim.cournoyer@gmail.com>2022-04-29 17:39:39 -0400
committerMaxim Cournoyer <maxim.cournoyer@gmail.com>2022-05-31 14:52:39 -0400
commit4ed5bc1ca0269ca4e192007294eb6ea2e1207399 (patch)
treedac576099de1bac6deb228a8147cb234587355fa /gnu/packages/python-web.scm
parent1e44359cc08dafce41c688effdf581e026d6aa4c (diff)
downloadguix-patches-4ed5bc1ca0269ca4e192007294eb6ea2e1207399.tar
guix-patches-4ed5bc1ca0269ca4e192007294eb6ea2e1207399.tar.gz
gnu: Remove python2-genshi.
* gnu/packages/python-web.scm (python2-genshi): Delete variable.
Diffstat (limited to 'gnu/packages/python-web.scm')
-rw-r--r--gnu/packages/python-web.scm3
1 files changed, 0 insertions, 3 deletions
diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm
index 38a0debca7..5969212b66 100644
--- a/gnu/packages/python-web.scm
+++ b/gnu/packages/python-web.scm
@@ -4026,9 +4026,6 @@ of components for parsing, generating, and processing HTML, XML or other
textual content for output generation on the web.")
(license license:bsd-3)))
-(define-public python2-genshi
- (package-with-python2 python-genshi))
-
(define-public python-flask-principal
(package
(name "python-flask-principal")