python3.pkgs.*: Explicitly pass buildPythonPackage format parameter

Long term we should move everything over to `pyproject = true`, but in
the mean time we can work towards deprecating the implicit `format` paremeter.

cc https://github.com/NixOS/nixpkgs/issues/253154
cc @mweinelt @figsoda
This commit is contained in:
adisbladis
2023-12-07 17:46:49 +01:00
committed by Martin Weinelt
parent ec1bb84950
commit 02dab4ab5c
2269 changed files with 2276 additions and 0 deletions
@@ -8,6 +8,7 @@
buildPythonPackage rec {
pname = "coverage";
version = "7.3.1";
format = "setuptools";
# uses f strings
disabled = pythonOlder "3.5";