diff options
| author | github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> | 2024-09-02 00:15:49 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-09-02 00:15:49 +0000 |
| commit | b35ed50e47d077d0a90c06790076dfa8322c579a (patch) | |
| tree | 020a6fcb24d49cf0b4b90461ea0de10fbad3fadd /pkgs/development/python-modules/python-openstackclient | |
| parent | 29c84f4a192e897ab0d6ba65b463bd6bfb5057c4 (diff) | |
| parent | 43e0b0d1bed337243512a4f018226e4309002203 (diff) | |
Merge master into haskell-updates
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 114b2aae444b..3f3989283f74 100644 --- a/pkgs/development/python-modules/python-openstackclient/default.nix +++ b/pkgs/development/python-modules/python-openstackclient/default.nix @@ -13,6 +13,8 @@ python-ironicclient, python-keystoneclient, python-manilaclient, + python-mistralclient, + python-neutronclient, python-openstackclient, requests-mock, requests, @@ -73,6 +75,8 @@ buildPythonPackage rec { python-heatclient python-ironicclient python-manilaclient + python-mistralclient + python-neutronclient ]; }; tests.version = testers.testVersion { |
