mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-22 18:49:14 -05:00
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:
parent
e5ffff316f
commit
318b9f19b7
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue