summaryrefslogtreecommitdiff
path: root/pkgs/development/python-modules/python-openstackclient
diff options
context:
space:
mode:
authorgithub-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>2023-12-08 00:13:08 +0000
committerGitHub <noreply@github.com>2023-12-08 00:13:08 +0000
commit31dffd86b89ff54e5ea5b7366c85b444c56c987e (patch)
treec36afe984960bda371b000450fd5f596d432a9b7 /pkgs/development/python-modules/python-openstackclient
parent0a686c36f166d0cd26994e31b1a451940fe79391 (diff)
parent68ef996007335af598934efcc2fa8fb97f0dd672 (diff)
Merge master into haskell-updates
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;