mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-18 02:44:30 +00:00
python3Packages.autopep8: replace toml with tomli
Looks like this change is needed to avoid breaking a part of autopep8:
* d0836947df
* https://github.com/hhatto/autopep8/releases/tag/v1.7.1
Suggested-by: @SFrijters
This commit is contained in:
parent
83c19c791d
commit
798c76ea13
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user