pythonPackages.pylint: add mccabe to propagatedBuildInputs

This commit is contained in:
Robert Schütz 2018-03-01 11:44:07 +01:00 committed by Robin Gloster
parent d90fa004b4
commit 5f5c41dadc

View file

@ -13,7 +13,7 @@ buildPythonPackage rec {
buildInputs = [ pytest pytestrunner mccabe configparser backports_functools_lru_cache ];
propagatedBuildInputs = [ astroid configparser isort ];
propagatedBuildInputs = [ astroid configparser isort mccabe ];
postPatch = ''
# Remove broken darwin tests