aboutsummaryrefslogtreecommitdiffhomepage
path: root/third_party/systemlibs/astor.BUILD
diff options
context:
space:
mode:
Diffstat (limited to 'third_party/systemlibs/astor.BUILD')
-rw-r--r--third_party/systemlibs/astor.BUILD12
1 files changed, 12 insertions, 0 deletions
diff --git a/third_party/systemlibs/astor.BUILD b/third_party/systemlibs/astor.BUILD
new file mode 100644
index 0000000000..497ec4bcea
--- /dev/null
+++ b/third_party/systemlibs/astor.BUILD
@@ -0,0 +1,12 @@
+licenses(["notice"]) # New BSD
+
+filegroup(
+ name = "LICENSE",
+ visibility = ["//visibility:public"],
+)
+
+py_library(
+ name = "astor",
+ srcs_version = "PY2AND3",
+ visibility = ["//visibility:public"],
+)