summaryrefslogtreecommitdiff
path: root/gnu/packages/python-check.scm
diff options
context:
space:
mode:
authorMaxim Cournoyer <maxim.cournoyer@gmail.com>2021-11-22 11:50:24 -0500
committerMaxim Cournoyer <maxim.cournoyer@gmail.com>2021-11-22 12:20:46 -0500
commit318b9f19b7008a8c6824a0d7a235c5836ebae4e0 (patch)
tree3af8150c0a8b55a53795bb85e6b45b552244f88c /gnu/packages/python-check.scm
parente5ffff316f93f0c155f66647b6331909d35af668 (diff)
downloadguix-patches-318b9f19b7008a8c6824a0d7a235c5836ebae4e0.tar
guix-patches-318b9f19b7008a8c6824a0d7a235c5836ebae4e0.tar.gz
gnu: python-codacy-coverage: Add missing python-requests input.
* gnu/packages/python-check.scm (python-codacy-coverage) [propagated-inputs]: Add python-requests.
Diffstat (limited to 'gnu/packages/python-check.scm')
-rw-r--r--gnu/packages/python-check.scm3
1 files changed, 2 insertions, 1 deletions
diff --git a/gnu/packages/python-check.scm b/gnu/packages/python-check.scm
index bec6417151..14a35980b5 100644
--- a/gnu/packages/python-check.scm
+++ b/gnu/packages/python-check.scm
@@ -1401,7 +1401,8 @@ interaction, like key presses and mouse clicks.")
(arguments
`(#:tests? #f)); no tests
(propagated-inputs
- `(("python-check-manifest" ,python-check-manifest)))
+ `(("python-check-manifest" ,python-check-manifest)
+ ("python-requests" ,python-requests)))
(home-page "https://github.com/codacy/python-codacy-coverage")
(synopsis "Codacy coverage reporter for Python")
(description "This package analyses Python test suites and reports how much