Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)

pythonPackages.pylint: add mccabe to propagatedBuildInputs

authored by Robert Schütz and committed by Robin Gloster 5f5c41da d90fa004

+1 -1
+1 -1
pkgs/development/python-modules/pylint/default.nix
··· 13 14 buildInputs = [ pytest pytestrunner mccabe configparser backports_functools_lru_cache ]; 15 16 - propagatedBuildInputs = [ astroid configparser isort ]; 17 18 postPatch = '' 19 # Remove broken darwin tests
··· 13 14 buildInputs = [ pytest pytestrunner mccabe configparser backports_functools_lru_cache ]; 15 16 + propagatedBuildInputs = [ astroid configparser isort mccabe ]; 17 18 postPatch = '' 19 # Remove broken darwin tests