diff options
author | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2022-04-29 17:39:39 -0400 |
---|---|---|
committer | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2022-05-31 14:52:39 -0400 |
commit | 4ed5bc1ca0269ca4e192007294eb6ea2e1207399 (patch) | |
tree | dac576099de1bac6deb228a8147cb234587355fa | |
parent | 1e44359cc08dafce41c688effdf581e026d6aa4c (diff) | |
download | guix-4ed5bc1ca0269ca4e192007294eb6ea2e1207399.tar guix-4ed5bc1ca0269ca4e192007294eb6ea2e1207399.tar.gz |
gnu: Remove python2-genshi.
* gnu/packages/python-web.scm (python2-genshi): Delete variable.
-rw-r--r-- | gnu/packages/python-web.scm | 3 |
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") |