mirror of https://github.com/grpc/grpc.git
parent
bbecc319cc
commit
a82f8f3dd7
3 changed files with 12 additions and 13 deletions
@ -0,0 +1,12 @@ |
||||
py_binary( |
||||
name = "xds_interop_client", |
||||
srcs = ["xds_interop_client.py"], |
||||
python_version = "PY3", |
||||
deps = [ |
||||
"//src/proto/grpc/testing:empty_py_pb2", |
||||
"//src/proto/grpc/testing:py_messages_proto", |
||||
"//src/proto/grpc/testing:py_test_proto", |
||||
"//src/proto/grpc/testing:test_py_pb2_grpc", |
||||
"//src/python/grpcio/grpc:grpcio", |
||||
], |
||||
) |
Loading…
Reference in new issue