diff options
| author | github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> | 2024-09-24 06:05:07 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-09-24 06:05:07 +0000 |
| commit | f1436633c152c4df1b5044505ea8940ac49aeace (patch) | |
| tree | 013c43f11b539f043b6f1ffffb9a0f8a55f1cebb /pkgs/development/python-modules/python-openstackclient | |
| parent | ffeea32b7f76bebdceed69aff7c0120262338068 (diff) | |
| parent | 9d925b02af8de665d784bc38be15e55e7d03d1f5 (diff) | |
Merge master into staging-next
Diffstat (limited to 'pkgs/development/python-modules/python-openstackclient')
| -rw-r--r-- | pkgs/development/python-modules/python-openstackclient/default.nix | 4 |
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 |
