diff options
| author | Anders Johan Jamtli <anders@jamtli.no> | 2024-04-20 07:43:49 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-04-20 07:43:49 +0200 |
| commit | b73cc8fe46cc0406896544f5741a0a2d2730fcbe (patch) | |
| tree | 931b2ae8dcafbf2f41c4079eb9b290c0557d94cc /pkgs/development/python-modules/python-openstackclient | |
| parent | 5612e8ba7b8c95820ff2a89c9da62dc84e2c55d7 (diff) | |
| parent | 63ac7bec8dfd0eaba2e8b33a526a7f64500205c3 (diff) | |
Merge branch 'NixOS:master' into qemu-vm-virtfs-security-model
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; |
