From 02dab4ab5ce6cc7a03736f3937650a161f5b3ae4 Mon Sep 17 00:00:00 2001 From: adisbladis Date: Thu, 7 Dec 2023 16:53:02 +1300 Subject: 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 --- pkgs/development/python-modules/python-openstackclient/default.nix | 1 + 1 file changed, 1 insertion(+) (limited to 'pkgs/development/python-modules/python-openstackclient') diff --git a/pkgs/development/python-modules/python-openstackclient/default.nix b/pkgs/development/python-modules/python-openstackclient/default.nix index fdafe57d5ccf..670fdaad51c8 100644 --- a/pkgs/development/python-modules/python-openstackclient/default.nix +++ b/pkgs/development/python-modules/python-openstackclient/default.nix @@ -17,6 +17,7 @@ buildPythonPackage rec { pname = "python-openstackclient"; version = "6.3.0"; + format = "setuptools"; src = fetchPypi { inherit pname version; -- cgit v1.2.3