diff options
| author | Sandro <sandro.jaeckel@gmail.com> | 2024-09-01 17:18:58 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-09-01 17:18:58 +0200 |
| commit | d719f513985b175ab99c05bcf99495280bc055c5 (patch) | |
| tree | 0166cf8b5dbff8d862bff3e2870c739e51f8579f /pkgs/development/python-modules/python-openstackclient | |
| parent | 1f138b8cbfbe26d40494646ef5339fc5dfaab0ec (diff) | |
| parent | 21d76a4ff3b0bbb111a4d4f90a407ddf969470be (diff) | |
pythonPackages: Add OpenStack Octavia client and Neutron bindings (#322593)
Diffstat (limited to 'pkgs/development/python-modules/python-openstackclient')
| -rw-r--r-- | pkgs/development/python-modules/python-openstackclient/default.nix | 2 |
1 files changed, 2 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..f78874f9124b 100644 --- a/pkgs/development/python-modules/python-openstackclient/default.nix +++ b/pkgs/development/python-modules/python-openstackclient/default.nix @@ -13,6 +13,7 @@ python-ironicclient, python-keystoneclient, python-manilaclient, + python-neutronclient, python-openstackclient, requests-mock, requests, @@ -73,6 +74,7 @@ buildPythonPackage rec { python-heatclient python-ironicclient python-manilaclient + python-neutronclient ]; }; tests.version = testers.testVersion { |
