13 buildPythonPackage rec {
14 pname = "google-cloud-kms";
18 inherit pname version;
19 sha256 = "0f3k2ixp1zsgydpvkj75bs2mb805389snyw30hn41c38qq5ksdga";
22 propagatedBuildInputs = [ grpc_google_iam_v1 google-api-core libcst proto-plus ];
24 checkInputs = [ mock pytestCheckHook pytest-asyncio ];
26 # Disable tests that need credentials
27 disabledTests = [ "test_list_global_key_rings" ];
29 pythonImportsCheck = [
35 description = "Cloud Key Management Service (KMS) API API client library";
36 homepage = "https://github.com/googleapis/python-kms";
37 license = licenses.asl20;
38 maintainers = with maintainers; [ SuperSandro2000 ];