diff options
| author | github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> | 2024-09-14 06:04:58 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-09-14 06:04:58 +0000 |
| commit | 6c321f0183280faacf73c6954573e7c48aa2225b (patch) | |
| tree | 9b77b0a659541fb1ea939f8796dcc3c0b6f68691 /pkgs/development/python-modules/python-openstackclient | |
| parent | 5c9c7359c33ee8fc66f30cccca89f0eba4732d09 (diff) | |
| parent | e8dad8106bf84e8edcc01969fc9830615bc4ab04 (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.nix | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/pkgs/development/python-modules/python-openstackclient/default.nix b/pkgs/development/python-modules/python-openstackclient/default.nix index 3a1a3a56ae95..890fc02a1a88 100644 --- a/pkgs/development/python-modules/python-openstackclient/default.nix +++ b/pkgs/development/python-modules/python-openstackclient/default.nix @@ -17,6 +17,9 @@ python-mistralclient, python-neutronclient, python-openstackclient, + python-watcherclient, + python-zaqarclient, + python-zunclient, requests-mock, requests, setuptools, @@ -79,6 +82,9 @@ buildPythonPackage rec { python-manilaclient python-mistralclient python-neutronclient + python-watcherclient + python-zaqarclient + python-zunclient ]; }; tests.version = testers.testVersion { |
