python.pkgs.autopep8: fixup build
This commit is contained in:
parent
163cd1ae01
commit
b928bbeeee
@ -1,4 +1,6 @@
|
||||
{ stdenv, fetchPypi, buildPythonPackage, pycodestyle, glibcLocales }:
|
||||
{ stdenv, fetchPypi, buildPythonPackage, pycodestyle, glibcLocales
|
||||
, toml
|
||||
}:
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "autopep8";
|
||||
@ -9,7 +11,7 @@ buildPythonPackage rec {
|
||||
sha256 = "60fd8c4341bab59963dafd5d2a566e94f547e660b9b396f772afe67d8481dbf0";
|
||||
};
|
||||
|
||||
propagatedBuildInputs = [ pycodestyle ];
|
||||
propagatedBuildInputs = [ pycodestyle toml ];
|
||||
|
||||
# One test fails:
|
||||
# FAIL: test_recursive_should_not_crash_on_unicode_filename (test.test_autopep8.CommandLineTests)
|
||||
|
Loading…
Reference in New Issue
Block a user