diff options
author | Marius Bakke <mbakke@fastmail.com> | 2020-03-16 04:32:31 +0100 |
---|---|---|
committer | Marius Bakke <mbakke@fastmail.com> | 2020-03-16 15:45:34 +0100 |
commit | 066c21cda4a9893a0cc8398d1a4d3f9f1ac1dfbb (patch) | |
tree | 3fae2107d45fc6f85a6068dc06e96b13ab0f4975 /gnu/packages/python-web.scm | |
parent | f8205d9a7838678f9c633ad5c429029f280f254e (diff) | |
download | patches-066c21cda4a9893a0cc8398d1a4d3f9f1ac1dfbb.tar patches-066c21cda4a9893a0cc8398d1a4d3f9f1ac1dfbb.tar.gz |
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.
Diffstat (limited to 'gnu/packages/python-web.scm')
-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 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") |