diff --git a/pkgs/development/python-modules/autopep8/default.nix b/pkgs/development/python-modules/autopep8/default.nix index ec3ecb20f906..cef1d9f3a9a8 100644 --- a/pkgs/development/python-modules/autopep8/default.nix +++ b/pkgs/development/python-modules/autopep8/default.nix @@ -3,7 +3,7 @@ , buildPythonPackage , pycodestyle , glibcLocales -, toml +, tomli , pytestCheckHook }: @@ -16,7 +16,7 @@ buildPythonPackage rec { sha256 = "sha256-8AWCIOTMDvYSGZb8jsHDLwc15Ea+I8Th9pLeC/IxdN0="; }; - propagatedBuildInputs = [ pycodestyle toml ]; + propagatedBuildInputs = [ pycodestyle tomli ]; checkInputs = [ glibcLocales