14 buildPythonPackage rec {
15 pname = "google-cloud-iam-logging";
17 format = "setuptools";
19 disabled = pythonOlder "3.7";
22 inherit pname version;
23 hash = "sha256-6IBjA2WwP11d/vQJSIY3WhbqYvAgFRtZFFSffUqKM38=";
26 propagatedBuildInputs = [
31 ] ++ google-api-core.optional-dependencies.grpc;
39 pythonImportsCheck = [
40 "google.cloud.iam_logging"
41 "google.cloud.iam_logging_v1"
45 description = "IAM Service Logging client library";
46 homepage = "https://github.com/googleapis/python-iam-logging";
47 changelog = "https://github.com/googleapis/python-iam-logging/blob/v${version}/CHANGELOG.md";
48 license = licenses.asl20;
49 maintainers = with maintainers; [ fab ];