16 buildPythonPackage rec {
17 pname = "google-cloud-kms";
21 disabled = pythonOlder "3.7";
24 pname = "google_cloud_kms";
26 hash = "sha256-suyMBB/cl8hkW/w7S2TNFJ32JFl8dbSuS8qmIU7oSus=";
29 nativeBuildInputs = [ setuptools ];
31 propagatedBuildInputs = [
36 ] ++ google-api-core.optional-dependencies.grpc;
45 # Disable tests that need credentials
46 "test_list_global_key_rings"
47 # Tests require PROJECT_ID
48 "test_list_ekm_connections"
51 pythonImportsCheck = [
57 description = "Cloud Key Management Service (KMS) API API client library";
58 homepage = "https://github.com/googleapis/google-cloud-python/tree/main/packages/google-cloud-kms";
59 changelog = "https://github.com/googleapis/google-cloud-python/blob/google-cloud-kms-v${version}/packages/google-cloud-kms/CHANGELOG.md";
60 license = licenses.asl20;