guix-commits
[Top][All Lists]
Advanced

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

01/05: gnu: Remove python2-flasgger.


From: guix-commits
Subject: 01/05: gnu: Remove python2-flasgger.
Date: Fri, 27 Nov 2020 09:41:23 -0500 (EST)

mbakke pushed a commit to branch master
in repository guix.

commit 24ac1f98ae5d87537471344c88018efbceaaec05
Author: Marius Bakke <marius@gnu.org>
AuthorDate: Fri Nov 27 15:03:29 2020 +0100

    gnu: Remove python2-flasgger.
    
    Some of its dependencies no longer work with Python 2.
    
    * gnu/packages/python-xyz.scm (python2-flasgger): Remove variable.
---
 gnu/packages/python-xyz.scm | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 3644ffb..ad55b18 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -16625,9 +16625,6 @@ Swagger 2.0).")
 from your Flask project.  It is a fork of Flask-Swagger.")
     (license license:expat)))
 
-(define-public python2-flasgger
-  (package-with-python2 python-flasgger))
-
 (define-public python-swagger-spec-validator
   (package
     (name "python-swagger-spec-validator")



reply via email to

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