mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-04-06 13:10:33 +02: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:
@@ -4384,7 +4384,7 @@ applications.")
|
||||
(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
|
||||
|
||||
Reference in New Issue
Block a user