diff options
author | Efraim Flashner <efraim@flashner.co.il> | 2023-10-18 11:39:49 +0300 |
---|---|---|
committer | Efraim Flashner <efraim@flashner.co.il> | 2023-10-18 11:39:49 +0300 |
commit | 3e132ba6bc4d65bf7f1c96f505d23f87a237b9a2 (patch) | |
tree | 68cf59244fd70917fa3e90e4cf429857875f5e48 /gnu/packages/python-web.scm | |
parent | 7823c6504082a0cfbd98beb301e041fb8bc4e44e (diff) |
gnu: python-flask-restful-swagger: Add missing input.
* gnu/packages/python-web.scm (python-flask-restful-swagger)
[propagated-inputs]: Add python-six.
Diffstat (limited to 'gnu/packages/python-web.scm')
-rw-r--r-- | gnu/packages/python-web.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm index 42edafb25b..8d5af5bd46 100644 --- a/gnu/packages/python-web.scm +++ b/gnu/packages/python-web.scm @@ -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 |