Skip to content

Commit f25720c

Browse files
committedJun 22, 2017
python.pkgs.pylint: fix build on python2, fixes #26745
1 parent 8f45ee7 commit f25720c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎pkgs/development/python-modules/pylint/default.nix

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313

1414
buildInputs = [ pytest pytestrunner mccabe configparser backports_functools_lru_cache ];
1515

16-
propagatedBuildInputs = [ astroid isort ];
16+
propagatedBuildInputs = [ astroid configparser isort ];
1717

1818
postPatch = ''
1919
# Remove broken darwin tests

0 commit comments

Comments
 (0)
Please sign in to comment.