[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
02/05: gnu: Remove python2-apispec.
From: |
guix-commits |
Subject: |
02/05: gnu: Remove python2-apispec. |
Date: |
Fri, 27 Nov 2020 09:41:23 -0500 (EST) |
mbakke pushed a commit to branch master
in repository guix.
commit f86990ba7d3411fac1facedec5bc13bdaefcc297
Author: Marius Bakke <marius@gnu.org>
AuthorDate: Fri Nov 27 15:03:54 2020 +0100
gnu: Remove python2-apispec.
Some of its dependencies no longer work with Python 2.
* gnu/packages/python-xyz.scm (python2-apispec): 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 ad55b18..a02a0dc 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -16575,9 +16575,6 @@ generator. Currently supports the OpenAPI specification
(f.k.a.
Swagger 2.0).")
(license license:expat)))
-(define-public python2-apispec
- (package-with-python2 python-apispec))
-
(define-public python-flasgger
(package
(name "python-flasgger")