mbakke pushed a commit to branch master
in repository guix.

commit 066c21cda4a9893a0cc8398d1a4d3f9f1ac1dfbb
Author: Marius Bakke <[email protected]>
AuthorDate: Mon Mar 16 04:32:31 2020 +0100

    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 1000784..e431a07 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")

Reply via email to