diff options
author | Marius Bakke <marius@gnu.org> | 2020-11-27 15:03:54 +0100 |
---|---|---|
committer | Marius Bakke <marius@gnu.org> | 2020-11-27 15:20:53 +0100 |
commit | f86990ba7d3411fac1facedec5bc13bdaefcc297 (patch) | |
tree | 8538e17adae68e4fc0904eb45950e77aa2bb06a1 | |
parent | 24ac1f98ae5d87537471344c88018efbceaaec05 (diff) | |
download | guix-f86990ba7d3411fac1facedec5bc13bdaefcc297.tar.gz guix-f86990ba7d3411fac1facedec5bc13bdaefcc297.zip |
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.scm | 3 |
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") |