[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated: gnu: python-flask-restful-swagger: Add missing in
From: |
guix-commits |
Subject: |
branch master updated: gnu: python-flask-restful-swagger: Add missing input. |
Date: |
Wed, 18 Oct 2023 04:40:39 -0400 |
This is an automated email from the git hooks/post-receive script.
efraim pushed a commit to branch master
in repository guix.
The following commit(s) were added to refs/heads/master by this push:
new 3e132ba6bc gnu: python-flask-restful-swagger: Add missing input.
3e132ba6bc is described below
commit 3e132ba6bc4d65bf7f1c96f505d23f87a237b9a2
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Wed Oct 18 11:39:49 2023 +0300
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(-)
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
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- branch master updated: gnu: python-flask-restful-swagger: Add missing input.,
guix-commits <=