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.
This commit is contained in:
Marius Bakke 2020-03-16 04:32:31 +01:00
parent f8205d9a78
commit 066c21cda4
No known key found for this signature in database
GPG key ID: A2A06DF2A33A54FA

View file

@ -2628,9 +2628,6 @@ (define-public python-flask-migrate
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")