Commit graph

4 commits

Author SHA1 Message Date
Jairo Llopis 09dd617e1f
python3Packages.autoflake: depend on tomli for older pythons
As you can see in https://github.com/PyCQA/autoflake/pull/138, TOML support is added using python 3.11's builtin `tomllib`. However, for older Python versions, they use `tomli`. Thus, it must be included for those versions.

@moduon MT-2798
2023-04-24 13:26:07 +01:00
Martin Weinelt 8733da2aff python3Packages.autoflake: 1.4 -> 2.0.1 2023-03-03 23:56:33 +01:00
Guillaume Girol 33afbf39f6 treewide: switch to nativeCheckInputs
checkInputs used to be added to nativeBuildInputs. Now we have
nativeCheckInputs to do that instead. Doing this treewide change allows
to keep hashes identical to before the introduction of
nativeCheckInputs.
2023-01-21 12:00:00 +00:00
Robert Schütz 2b671e96a8 autoflake: move to pythonPackages
It is imported by pydantic.
2023-01-09 08:15:05 -08:00