mirror of https://github.com/grpc/grpc.git
parent
ee23fc3d2e
commit
7e90dad675
6 changed files with 12 additions and 12 deletions
@ -1,8 +1,8 @@ |
||||
py_library( |
||||
name = "bazel_patch", |
||||
srcs = ["bazel_patch.py"], |
||||
visibility = ["//visibility:public"], |
||||
data=[ |
||||
"//src/python/grpcio_tests/tests/unit/credentials", |
||||
name = "bazel_namespace_package_hack", |
||||
srcs = ["bazel_namespace_package_hack.py"], |
||||
visibility = [ |
||||
"//src/python/grpcio_tests/tests/status:__subpackages__", |
||||
"//src/python/grpcio_tests/tests/interop:__subpackages__", |
||||
], |
||||
) |
||||
|
Loading…
Reference in new issue