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/BUILD6
1 files changed, 6 insertions, 0 deletions
diff --git a/third_party/py/gflags/BUILD b/third_party/py/gflags/BUILD
index 6e475abaea..a8da15d93b 100644
--- a/third_party/py/gflags/BUILD
+++ b/third_party/py/gflags/BUILD
@@ -1,5 +1,11 @@
licenses(["notice"])
+filegroup(
+ name = "srcs",
+ srcs = glob(["**"]),
+ visibility = ["//third_party:__pkg__"],
+)
+
py_library(
name = "gflags",
srcs = [