From 066c21cda4a9893a0cc8398d1a4d3f9f1ac1dfbb Mon Sep 17 00:00:00 2001 From: Marius Bakke Date: Mon, 16 Mar 2020 04:32:31 +0100 Subject: gnu: Remove python2-flask-migrate. Upstream no longer supports Python 2 and there are no dependencies on it in Guix. * gnu/packages/python-web.scm (python2-flask-migrate): Remove 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 1000784d6d..e431a072d1 100644 --- a/gnu/packages/python-web.scm +++ b/gnu/packages/python-web.scm @@ -2628,9 +2628,6 @@ Alembic") for Flask programs that are using @code{python-alembic}.") (license license:expat))) -(define-public python2-flask-migrate - (package-with-python2 python-flask-migrate)) - (define-public python-genshi (package (name "python-genshi") -- cgit v1.2.3