systemlibs: unbundle gast

This commit is contained in:
Jason Zaman 2018-09-22 01:01:51 +08:00
parent 5fc39bd5d6
commit f5d29a57ca
3 changed files with 14 additions and 0 deletions

View File

@ -324,6 +324,7 @@ def tf_workspace(path_prefix = "", tf_repo_name = ""):
sha256 = "7068908321ecd2774f145193c4b34a11305bd104b4551b09273dfd1d6a374930",
strip_prefix = "gast-0.2.0",
build_file = clean_dep("//third_party:gast.BUILD"),
system_build_file = clean_dep("//third_party/systemlibs:gast.BUILD"),
)
tf_http_archive(

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

@ -0,0 +1,12 @@
licenses(["notice"]) # BSD 3-clause
filegroup(
name = "PKG-INFO",
visibility = ["//visibility:public"],
)
py_library(
name = "gast",
srcs_version = "PY2AND3",
visibility = ["//visibility:public"],
)

View File

@ -20,6 +20,7 @@ VALID_LIBS = [
"cython",
"double_conversion",
"flatbuffers",
"gast_archive",
"gif_archive",
"grpc",
"jemalloc",