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
@@ -3,6 +3,7 @@
buildPythonPackage rec {
pname = "avro-python3";
version = "1.10.2";
format = "setuptools";
disabled = !isPy3k;
src = fetchPypi {