pythonPackages.pylint: add mccabe to propagatedBuildInputs
This commit is contained in:
parent
d90fa004b4
commit
5f5c41dadc
@ -13,7 +13,7 @@ buildPythonPackage rec {
|
|||||||
|
|
||||||
buildInputs = [ pytest pytestrunner mccabe configparser backports_functools_lru_cache ];
|
buildInputs = [ pytest pytestrunner mccabe configparser backports_functools_lru_cache ];
|
||||||
|
|
||||||
propagatedBuildInputs = [ astroid configparser isort ];
|
propagatedBuildInputs = [ astroid configparser isort mccabe ];
|
||||||
|
|
||||||
postPatch = ''
|
postPatch = ''
|
||||||
# Remove broken darwin tests
|
# Remove broken darwin tests
|
||||||
|
Loading…
x
Reference in New Issue
Block a user