8 , python-keystoneclient
13 buildPythonPackage rec {
14 pname = "python-swiftclient";
16 format = "setuptools";
18 disabled = pythonOlder "3.6";
21 inherit pname version;
22 hash = "sha256-+CKY5KSPfL3WgPJjjIXRynrhp27b4wA20htM16KcCes=";
29 propagatedBuildInputs = [
41 installShellCompletion --cmd swift \
42 --bash tools/swift.bash_completion
43 installManPage doc/manpages/*
50 pythonImportsCheck = [
55 homepage = "https://github.com/openstack/python-swiftclient";
56 description = "Python bindings to the OpenStack Object Storage API";
57 license = licenses.asl20;
58 maintainers = teams.openstack.members;