diff options
author | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2021-11-22 11:50:24 -0500 |
---|---|---|
committer | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2021-11-22 12:20:46 -0500 |
commit | 318b9f19b7008a8c6824a0d7a235c5836ebae4e0 (patch) | |
tree | 3af8150c0a8b55a53795bb85e6b45b552244f88c | |
parent | e5ffff316f93f0c155f66647b6331909d35af668 (diff) |
gnu: python-codacy-coverage: Add missing python-requests input.
* gnu/packages/python-check.scm (python-codacy-coverage)
[propagated-inputs]: Add python-requests.
-rw-r--r-- | gnu/packages/python-check.scm | 3 |
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 |