From 4ed5bc1ca0269ca4e192007294eb6ea2e1207399 Mon Sep 17 00:00:00 2001 From: Maxim Cournoyer Date: Fri, 29 Apr 2022 17:39:39 -0400 Subject: [PATCH] gnu: Remove python2-genshi. * gnu/packages/python-web.scm (python2-genshi): Delete variable. --- gnu/packages/python-web.scm | 3 --- 1 file changed, 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")