summary refs log tree commit diff
path: root/pkgs/development
diff options
context:
space:
mode:
authorRobert Schütz <robert.schuetz@stud.uni-heidelberg.de>2018-03-01 11:44:07 +0100
committerRobin Gloster <mail@glob.in>2018-03-01 14:43:12 +0100
commit5f5c41dadcbfe1655448c2000a72e86fdc721250 (patch)
tree640b1feb3f9bd42e761fe264155f40003190b2dd /pkgs/development
parentd90fa004b47c4da3e7e89f1f3040e61822ea59b9 (diff)
downloadnixlib-5f5c41dadcbfe1655448c2000a72e86fdc721250.tar
nixlib-5f5c41dadcbfe1655448c2000a72e86fdc721250.tar.gz
nixlib-5f5c41dadcbfe1655448c2000a72e86fdc721250.tar.bz2
nixlib-5f5c41dadcbfe1655448c2000a72e86fdc721250.tar.lz
nixlib-5f5c41dadcbfe1655448c2000a72e86fdc721250.tar.xz
nixlib-5f5c41dadcbfe1655448c2000a72e86fdc721250.tar.zst
nixlib-5f5c41dadcbfe1655448c2000a72e86fdc721250.zip
pythonPackages.pylint: add mccabe to propagatedBuildInputs
Diffstat (limited to 'pkgs/development')
-rw-r--r--pkgs/development/python-modules/pylint/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/python-modules/pylint/default.nix b/pkgs/development/python-modules/pylint/default.nix
index 194d91341d8a..c38b71c7f47c 100644
--- a/pkgs/development/python-modules/pylint/default.nix
+++ b/pkgs/development/python-modules/pylint/default.nix
@@ -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