From 21d76a4ff3b0bbb111a4d4f90a407ddf969470be Mon Sep 17 00:00:00 2001 From: Valentin Chassignol Date: Mon, 29 Jul 2024 21:07:09 +0200 Subject: python312Packages.python-openstackclient Add neutron and octavia as CLI plugins --- pkgs/development/python-modules/python-openstackclient/default.nix | 2 ++ 1 file changed, 2 insertions(+) (limited to 'pkgs/development/python-modules/python-openstackclient') 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 { -- cgit v1.2.3