aboutsummaryrefslogtreecommitdiffhomepage
path: root/third_party/py/gflags/BUILD
diff options
context:
space:
mode:
Diffstat (limited to 'third_party/py/gflags/BUILD')
-rw-r--r--third_party/py/gflags/BUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/third_party/py/gflags/BUILD b/third_party/py/gflags/BUILD
index a8da15d93b..261c1cb734 100644
--- a/third_party/py/gflags/BUILD
+++ b/third_party/py/gflags/BUILD
@@ -3,7 +3,7 @@ licenses(["notice"])
filegroup(
name = "srcs",
srcs = glob(["**"]),
- visibility = ["//third_party:__pkg__"],
+ visibility = ["//visibility:public"],
)
py_library(