third_party: Add astor systemlib

Signed-off-by: Jason Zaman <jason@perfinion.com>
This commit is contained in:
Jason Zaman 2018-05-30 21:40:45 +08:00
parent e30f976971
commit 53c7c66b9a
2 changed files with 13 additions and 0 deletions

View File

@ -300,6 +300,7 @@ def tf_workspace(path_prefix="", tf_repo_name=""):
sha256 = "ff6d2e2962d834acb125cc4dcc80c54a8c17c253f4cc9d9c43b5102a560bb75d",
strip_prefix = "astor-0.6.2",
build_file = clean_dep("//third_party:astor.BUILD"),
system_build_file = clean_dep("//third_party/systemlibs:astor.BUILD"),
)
tf_http_archive(

12
third_party/systemlibs/astor.BUILD vendored Normal file
View File

@ -0,0 +1,12 @@
licenses(["notice"]) # New BSD
filegroup(
name = "LICENSE",
visibility = ["//visibility:public"],
)
py_library(
name = "astor",
srcs_version = "PY2AND3",
visibility = ["//visibility:public"],
)