python.pkgs.autopep8: fixup build

This commit is contained in:
Frederik Rietdijk 2020-06-07 10:13:10 +02:00
parent 163cd1ae01
commit b928bbeeee

View File

@ -1,4 +1,6 @@
{ stdenv, fetchPypi, buildPythonPackage, pycodestyle, glibcLocales }: { stdenv, fetchPypi, buildPythonPackage, pycodestyle, glibcLocales
, toml
}:
buildPythonPackage rec { buildPythonPackage rec {
pname = "autopep8"; pname = "autopep8";
@ -9,7 +11,7 @@ buildPythonPackage rec {
sha256 = "60fd8c4341bab59963dafd5d2a566e94f547e660b9b396f772afe67d8481dbf0"; sha256 = "60fd8c4341bab59963dafd5d2a566e94f547e660b9b396f772afe67d8481dbf0";
}; };
propagatedBuildInputs = [ pycodestyle ]; propagatedBuildInputs = [ pycodestyle toml ];
# One test fails: # One test fails:
# FAIL: test_recursive_should_not_crash_on_unicode_filename (test.test_autopep8.CommandLineTests) # FAIL: test_recursive_should_not_crash_on_unicode_filename (test.test_autopep8.CommandLineTests)