diff options
| author | OTABI Tomoya <tomoya.otabi@gmail.com> | 2024-09-14 09:26:02 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-09-14 09:26:02 +0900 |
| commit | a3e08f4657bed03e98f1b27cdf3498594368f73f (patch) | |
| tree | d858cc56d5f17dc7ff57a5c3f6e0dc0da923f6db /pkgs/development/python-modules/python-openstackclient | |
| parent | 037b786875ebc0a87e569bec661ef25629cab3a6 (diff) | |
| parent | d9ebc910b23a158b59f5ca30586ed6d9ee6b7bc7 (diff) | |
python311Packages.python-{watcherclient,zaqarclient,zunclient}: init (#331610)
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 { |
