aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarius Bakke <marius@gnu.org>2020-11-27 15:03:54 +0100
committerMarius Bakke <marius@gnu.org>2020-11-27 15:20:53 +0100
commitf86990ba7d3411fac1facedec5bc13bdaefcc297 (patch)
tree8538e17adae68e4fc0904eb45950e77aa2bb06a1
parent24ac1f98ae5d87537471344c88018efbceaaec05 (diff)
downloadguix-f86990ba7d3411fac1facedec5bc13bdaefcc297.tar
guix-f86990ba7d3411fac1facedec5bc13bdaefcc297.tar.gz
gnu: Remove python2-apispec.
Some of its dependencies no longer work with Python 2. * gnu/packages/python-xyz.scm (python2-apispec): Remove variable.
-rw-r--r--gnu/packages/python-xyz.scm3
1 files changed, 0 insertions, 3 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index ad55b18ead..a02a0dc924 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")