8 buildPythonPackage rec {
9 pname = "googleapis-common-protos";
13 inherit pname version;
14 hash = "sha256-5z67QECY20BbqV0eGuCqkcPhWnHaAxou62suI+e8Nwg=";
17 propagatedBuildInputs = [ grpc protobuf ];
19 # does not contain tests
22 pythonImportsCheck = [
31 description = "Common protobufs used in Google APIs";
32 homepage = "https://github.com/googleapis/python-api-common-protos";
33 license = licenses.asl20;
34 maintainers = with maintainers; [ ];