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
@@ -12,6 +12,7 @@
buildPythonPackage rec {
pname = "agate-sql";
version = "0.7.0";
format = "setuptools";
disabled = isPy27;