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-09-24 06:05:33 +0000
committerGitHub <noreply@github.com>2024-09-24 06:05:33 +0000
commit3cc1935cd91380cd137d146fc611014703267953 (patch)
tree7c3ea304f81b7ac8c837c6877e3ec9906ee6f390 /pkgs/development/python-modules/python-openstackclient
parentcacde17803b81f9ad263bd06fa9b355175be845e (diff)
parentf1436633c152c4df1b5044505ea8940ac49aeace (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.nix4
1 files changed, 4 insertions, 0 deletions
diff --git a/pkgs/development/python-modules/python-openstackclient/default.nix b/pkgs/development/python-modules/python-openstackclient/default.nix
index 890fc02a1a88..f7edf890d648 100644
--- a/pkgs/development/python-modules/python-openstackclient/default.nix
+++ b/pkgs/development/python-modules/python-openstackclient/default.nix
@@ -5,7 +5,9 @@
ddt,
openstackdocstheme,
osc-lib,
+ osc-placement,
pbr,
+ python-aodhclient,
python-barbicanclient,
python-cinderclient,
python-designateclient,
@@ -74,6 +76,8 @@ buildPythonPackage rec {
optional-dependencies = {
# See https://github.com/openstack/python-openstackclient/blob/master/doc/source/contributor/plugins.rst
cli-plugins = [
+ osc-placement
+ python-aodhclient
python-barbicanclient
python-designateclient
python-heatclient