1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-14 09:00:39 +02:00

gnu: Remove python2-apispec.

Some of its dependencies no longer work with Python 2.

* gnu/packages/python-xyz.scm (python2-apispec): Remove variable.
This commit is contained in:
Marius Bakke
2020-11-27 15:03:54 +01:00
parent 24ac1f98ae
commit f86990ba7d

View File

@@ -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")