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
No known key found for this signature in database
GPG key ID: A2A06DF2A33A54FA

View file

@ -16575,9 +16575,6 @@ (define-public python-apispec
Swagger 2.0).")
(license license:expat)))
(define-public python2-apispec
(package-with-python2 python-apispec))
(define-public python-flasgger
(package
(name "python-flasgger")