4 , googleapis-common-protos
9 buildPythonPackage rec {
10 pname = "google-cloud-audit-log";
12 format = "setuptools";
14 disabled = pythonOlder "3.7";
17 inherit pname version;
18 hash = "sha256-huL6ujODrcj9BKW9f9T5YLPkrtqn7ZUPL4kc4WkC62s=";
21 propagatedBuildInputs = [ googleapis-common-protos protobuf ];
23 # tests are a bit wonky to setup and are not very deep either
26 pythonImportsCheck = [
31 description = "Google Cloud Audit Protos";
32 homepage = "https://github.com/googleapis/python-audit-log";
33 changelog = "https://github.com/googleapis/python-audit-log/blob/v${version}/CHANGELOG.md";
34 license = licenses.asl20;
35 maintainers = with maintainers; [ ];