From a8b484780df0de74ba7ac381ca19c3713f790268 Mon Sep 17 00:00:00 2001 From: Anthony ROUSSEL Date: Mon, 23 Sep 2024 21:02:42 +0200 Subject: python311Packages.osc-placement: init at 4.5.0 https://opendev.org/openstack/osc-placement --- 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 890fc02a1a88..3489b57aeefc 100644 --- a/pkgs/development/python-modules/python-openstackclient/default.nix +++ b/pkgs/development/python-modules/python-openstackclient/default.nix @@ -5,6 +5,7 @@ ddt, openstackdocstheme, osc-lib, + osc-placement, pbr, python-barbicanclient, python-cinderclient, @@ -74,6 +75,7 @@ buildPythonPackage rec { optional-dependencies = { # See https://github.com/openstack/python-openstackclient/blob/master/doc/source/contributor/plugins.rst cli-plugins = [ + osc-placement python-barbicanclient python-designateclient python-heatclient -- cgit v1.2.3 From 19558c52e20139275af54d90e4ea7f1701201c44 Mon Sep 17 00:00:00 2001 From: Anthony ROUSSEL Date: Mon, 23 Sep 2024 22:07:44 +0200 Subject: python311Packages.python-aodhclient: init at 3.6.0 https://docs.openstack.org/python-aodhclient/latest/ --- 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 3489b57aeefc..f7edf890d648 100644 --- a/pkgs/development/python-modules/python-openstackclient/default.nix +++ b/pkgs/development/python-modules/python-openstackclient/default.nix @@ -7,6 +7,7 @@ osc-lib, osc-placement, pbr, + python-aodhclient, python-barbicanclient, python-cinderclient, python-designateclient, @@ -76,6 +77,7 @@ buildPythonPackage rec { # See https://github.com/openstack/python-openstackclient/blob/master/doc/source/contributor/plugins.rst cli-plugins = [ osc-placement + python-aodhclient python-barbicanclient python-designateclient python-heatclient -- cgit v1.2.3