24 buildPythonPackage rec {
25 pname = "python-cinderclient";
29 disabled = pythonOlder "3.9";
32 inherit pname version;
33 hash = "sha256-P+/eJoJS5S4w/idz9lgienjG3uN4/LEy0xyG5uybojg=";
42 sphinxBuilders = [ "man" ];
44 build-system = [ setuptools ];
70 pythonImportsCheck = [ "cinderclient" ];
73 description = "OpenStack Block Storage API Client Library";
74 mainProgram = "cinder";
75 homepage = "https://github.com/openstack/python-cinderclient";
76 license = licenses.asl20;
77 maintainers = teams.openstack.members;