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