forked from mirrors/nixpkgs
python.pkgs.pylint: fix build on python2, fixes #26745
This commit is contained in:
parent
8f45ee77ac
commit
f25720cacb
|
@ -13,7 +13,7 @@
|
|||
|
||||
buildInputs = [ pytest pytestrunner mccabe configparser backports_functools_lru_cache ];
|
||||
|
||||
propagatedBuildInputs = [ astroid isort ];
|
||||
propagatedBuildInputs = [ astroid configparser isort ];
|
||||
|
||||
postPatch = ''
|
||||
# Remove broken darwin tests
|
||||
|
|
Loading…
Reference in a new issue