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:
Tobias Geerinckx-Rice 2020-05-30 22:22:47 +02:00
parent ceac05b8eb
commit 9c12c277b1
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -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")