From 3e132ba6bc4d65bf7f1c96f505d23f87a237b9a2 Mon Sep 17 00:00:00 2001 From: Efraim Flashner Date: Wed, 18 Oct 2023 11:39:49 +0300 Subject: gnu: python-flask-restful-swagger: Add missing input. * gnu/packages/python-web.scm (python-flask-restful-swagger) [propagated-inputs]: Add python-six. --- gnu/packages/python-web.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gnu/packages/python-web.scm') 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 @@ (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 -- cgit v1.2.3 /td>
aboutsummaryrefslogtreecommitdiff
path: root/gnu.scm
AgeCommit message (Collapse)Author