summaryrefslogtreecommitdiff
path: root/pkgs/development/python-modules/python-openstackclient
diff options
context:
space:
mode:
authoradisbladis <adisbladis@gmail.com>2023-12-07 16:53:02 +1300
committerMartin Weinelt <mweinelt@users.noreply.github.com>2023-12-07 17:46:49 +0100
commit02dab4ab5ce6cc7a03736f3937650a161f5b3ae4 (patch)
tree2cfef2d65df4c3b8db292f4a93e245ade54d2a00 /pkgs/development/python-modules/python-openstackclient
parentec1bb8495034086a7ddda26aefc0302feb08f510 (diff)
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
Diffstat (limited to 'pkgs/development/python-modules/python-openstackclient')
-rw-r--r--pkgs/development/python-modules/python-openstackclient/default.nix1
1 files changed, 1 insertions, 0 deletions
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;