mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 13:58:15 -05:00
gnu: python-flask-restful-swagger: Add missing input.
* gnu/packages/python-web.scm (python-flask-restful-swagger) [propagated-inputs]: Add python-six.
This commit is contained in:
parent
7823c65040
commit
3e132ba6bc
1 changed files with 1 additions and 1 deletions
|
@ -4384,7 +4384,7 @@ (define-public python-flask-restful-swagger
|
|||
(build-system python-build-system)
|
||||
(arguments '(#:tests? #f)) ;no tests
|
||||
(propagated-inputs
|
||||
(list python-flask-restful))
|
||||
(list python-flask-restful python-six))
|
||||
(home-page "https://github.com/rantav/flask-restful-swagger")
|
||||
(synopsis "Extract Swagger specs from Flask-Restful projects")
|
||||
(description "This package lets you extract Swagger API documentation
|
||||
|
|
Loading…
Reference in a new issue