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>2024-08-14 12:01:50 +0000
committerGitHub <noreply@github.com>2024-08-14 12:01:50 +0000
commit5254a09f0d9be876aef0df56b9ab3f196c68dbb0 (patch)
treece9b738afd6f1fad24d4569735935a2b0db8ff90 /pkgs/development/python-modules/python-openstackclient
parent85f8ce656f76440f82199afc2b90780a4983a8dc (diff)
parentd22bd4ff5a1ade99144d94ede82e4e5cba554f95 (diff)
Merge staging-next into staging
Diffstat (limited to 'pkgs/development/python-modules/python-openstackclient')
-rw-r--r--pkgs/development/python-modules/python-openstackclient/default.nix8
1 files changed, 4 insertions, 4 deletions
diff --git a/pkgs/development/python-modules/python-openstackclient/default.nix b/pkgs/development/python-modules/python-openstackclient/default.nix
index e3dd953e93b0..114b2aae444b 100644
--- a/pkgs/development/python-modules/python-openstackclient/default.nix
+++ b/pkgs/development/python-modules/python-openstackclient/default.nix
@@ -13,9 +13,9 @@
python-ironicclient,
python-keystoneclient,
python-manilaclient,
- python-novaclient,
python-openstackclient,
requests-mock,
+ requests,
setuptools,
sphinxHook,
sphinxcontrib-apidoc,
@@ -25,12 +25,12 @@
buildPythonPackage rec {
pname = "python-openstackclient";
- version = "6.6.0";
+ version = "7.0.0";
pyproject = true;
src = fetchPypi {
inherit pname version;
- hash = "sha256-u+8e00gpxBBSsuyiZIDinKH3K+BY0UMNpTQexExPKVw=";
+ hash = "sha256-1HDjWYySnZI/12j9+Gb1G9NKkb+xfrcMoTY/q7aL0uA=";
};
build-system = [
@@ -47,7 +47,7 @@ buildPythonPackage rec {
pbr
python-cinderclient
python-keystoneclient
- python-novaclient
+ requests
];
nativeCheckInputs = [