mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
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 @@ (define-public python-pylint
|
|||
`(("python-astroid" ,python-astroid)
|
||||
("python-isort" ,python-isort)
|
||||
("python-mccabe" ,python-mccabe)
|
||||
("python-six" ,python-six)))
|
||||
("python-six" ,python-six)
|
||||
("python-toml" ,python-toml)))
|
||||
(home-page "https://github.com/PyCQA/pylint")
|
||||
(synopsis "Python source code analyzer which looks for coding standard
|
||||
errors")
|
||||
|
|
Loading…
Reference in a new issue