third_party: Add astor systemlib
Signed-off-by: Jason Zaman <jason@perfinion.com>
This commit is contained in:
parent
e30f976971
commit
53c7c66b9a
@ -300,6 +300,7 @@ def tf_workspace(path_prefix="", tf_repo_name=""):
|
|||||||
sha256 = "ff6d2e2962d834acb125cc4dcc80c54a8c17c253f4cc9d9c43b5102a560bb75d",
|
sha256 = "ff6d2e2962d834acb125cc4dcc80c54a8c17c253f4cc9d9c43b5102a560bb75d",
|
||||||
strip_prefix = "astor-0.6.2",
|
strip_prefix = "astor-0.6.2",
|
||||||
build_file = clean_dep("//third_party:astor.BUILD"),
|
build_file = clean_dep("//third_party:astor.BUILD"),
|
||||||
|
system_build_file = clean_dep("//third_party/systemlibs:astor.BUILD"),
|
||||||
)
|
)
|
||||||
|
|
||||||
tf_http_archive(
|
tf_http_archive(
|
||||||
|
12
third_party/systemlibs/astor.BUILD
vendored
Normal file
12
third_party/systemlibs/astor.BUILD
vendored
Normal 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"],
|
||||||
|
)
|
Loading…
x
Reference in New Issue
Block a user