mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-17 04:07:10 -05: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:
parent
24ac1f98ae
commit
f86990ba7d
1 changed files with 0 additions and 3 deletions
|
@ -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")
|
||||
|
|
Loading…
Reference in a new issue