mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00: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 @@ interaction, like key presses and mouse clicks.")
|
||||||
(arguments
|
(arguments
|
||||||
`(#:tests? #f)); no tests
|
`(#:tests? #f)); no tests
|
||||||
(propagated-inputs
|
(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")
|
(home-page "https://github.com/codacy/python-codacy-coverage")
|
||||||
(synopsis "Codacy coverage reporter for Python")
|
(synopsis "Codacy coverage reporter for Python")
|
||||||
(description "This package analyses Python test suites and reports how much
|
(description "This package analyses Python test suites and reports how much
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue