aboutsummaryrefslogtreecommitdiffhomepage
path: root/third_party/py
diff options
context:
space:
mode:
authorGravatar Ulf Adams <ulfjack@google.com>2016-05-23 07:33:22 +0000
committerGravatar Yue Gan <yueg@google.com>2016-05-23 08:25:23 +0000
commitd91d047da35511487c4fcce6f5e438ba779a668b (patch)
treec2de5d02ebd8b690c1a1e6014a597f25853bec20 /third_party/py
parentc990a319b8ad0f43528f243e0b6b1b5a5815b0b0 (diff)
Remove a bunch of unnecessary files from the Bazel binary.
This reduces the size of the Bazel binary by ~25%. -- MOS_MIGRATED_REVID=122971740
Diffstat (limited to 'third_party/py')
-rw-r--r--third_party/py/concurrent/BUILD2
-rw-r--r--third_party/py/gflags/BUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/third_party/py/concurrent/BUILD b/third_party/py/concurrent/BUILD
index 913d4167e6..ccc3faa03d 100644
--- a/third_party/py/concurrent/BUILD
+++ b/third_party/py/concurrent/BUILD
@@ -3,7 +3,7 @@ licenses(["notice"])
filegroup(
name = "srcs",
srcs = glob(["**"]),
- visibility = ["//third_party:__pkg__"],
+ visibility = ["//visibility:public"],
)
py_library(
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(