gnu: Remove python2-genshi.

* gnu/packages/python-web.scm (python2-genshi): Delete variable.
This commit is contained in:
Maxim Cournoyer 2022-04-29 17:39:39 -04:00
parent 1e44359cc0
commit 4ed5bc1ca0
No known key found for this signature in database
GPG key ID: 1260E46482E63562

View file

@ -4026,9 +4026,6 @@ (define-public python-genshi
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")