guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

12/37: gnu: Remove python2-flask-migrate.


From: guix-commits
Subject: 12/37: gnu: Remove python2-flask-migrate.
Date: Mon, 16 Mar 2020 10:46:23 -0400 (EDT)

mbakke pushed a commit to branch master
in repository guix.

commit 066c21cda4a9893a0cc8398d1a4d3f9f1ac1dfbb
Author: Marius Bakke <address@hidden>
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

[Prev in Thread] Current Thread [Next in Thread]