diff options
| author | Birk <birkb@users.noreply.github.com> | 2024-03-23 15:11:41 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-03-23 15:11:41 +0000 |
| commit | 6ed0323361dbd5fe508f6687ea6d346f05fa88b8 (patch) | |
| tree | 251dca33fba937da32dc7087425498ec0b40a9c0 /pkgs/development/python-modules/python-openstackclient | |
| parent | c3a3dcb418bf2fb1c44204fe5005c90e6e92dfc1 (diff) | |
| parent | f45c6f321785cb263b6ab3fa282d8ed557c72a47 (diff) | |
Merge branch 'master' into drbd-kernel-module
Diffstat (limited to 'pkgs/development/python-modules/python-openstackclient')
| -rw-r--r-- | pkgs/development/python-modules/python-openstackclient/default.nix | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/python-openstackclient/default.nix b/pkgs/development/python-modules/python-openstackclient/default.nix index ef8c7cb59fae..9663fce022f1 100644 --- a/pkgs/development/python-modules/python-openstackclient/default.nix +++ b/pkgs/development/python-modules/python-openstackclient/default.nix @@ -11,23 +11,25 @@ , python-novaclient , requests-mock , sphinx +, sphinxcontrib-apidoc , stestr }: buildPythonPackage rec { pname = "python-openstackclient"; - version = "6.5.0"; + version = "6.6.0"; format = "setuptools"; src = fetchPypi { inherit pname version; - hash = "sha256-EvwZNH9rGb/iw28Rx6GEH0FaLufxi5WUE8ISGZe4SVE="; + hash = "sha256-u+8e00gpxBBSsuyiZIDinKH3K+BY0UMNpTQexExPKVw="; }; nativeBuildInputs = [ installShellFiles openstackdocstheme sphinx + sphinxcontrib-apidoc ]; propagatedBuildInputs = [ @@ -57,6 +59,7 @@ buildPythonPackage rec { meta = with lib; { description = "OpenStack Command-line Client"; + mainProgram = "openstack"; homepage = "https://github.com/openstack/python-openstackclient"; license = licenses.asl20; maintainers = teams.openstack.members; |
