gnu: python-codacy-coverage: Add missing python-requests input.

* gnu/packages/python-check.scm (python-codacy-coverage)
[propagated-inputs]: Add python-requests.
This commit is contained in:
Maxim Cournoyer 2021-11-22 11:50:24 -05:00
parent e5ffff316f
commit 318b9f19b7
No known key found for this signature in database
GPG key ID: 1260E46482E63562

View file

@ -1401,7 +1401,8 @@ (define-public python-codacy-coverage
(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