gnu: python-pylint: Add missing propagated input.
This follows up on commit c2e19b6291
.
* gnu/packages/check.scm (python-pylint)[propagated-inputs]: Add python-toml.
This commit is contained in:
parent
ceac05b8eb
commit
9c12c277b1
1 changed files with 2 additions and 1 deletions
|
@ -1913,7 +1913,8 @@ statements in the module it tests.")
|
||||||
`(("python-astroid" ,python-astroid)
|
`(("python-astroid" ,python-astroid)
|
||||||
("python-isort" ,python-isort)
|
("python-isort" ,python-isort)
|
||||||
("python-mccabe" ,python-mccabe)
|
("python-mccabe" ,python-mccabe)
|
||||||
("python-six" ,python-six)))
|
("python-six" ,python-six)
|
||||||
|
("python-toml" ,python-toml)))
|
||||||
(home-page "https://github.com/PyCQA/pylint")
|
(home-page "https://github.com/PyCQA/pylint")
|
||||||
(synopsis "Python source code analyzer which looks for coding standard
|
(synopsis "Python source code analyzer which looks for coding standard
|
||||||
errors")
|
errors")
|
||||||
|
|
Reference in a new issue