systemlibs: unbundle astunparse
Signed-off-by: Jason Zaman <jason@perfinion.com>
This commit is contained in:
parent
b89f032719
commit
02bf94031b
15
third_party/systemlibs/astunparse.BUILD
vendored
Normal file
15
third_party/systemlibs/astunparse.BUILD
vendored
Normal file
@ -0,0 +1,15 @@
|
|||||||
|
# Description:
|
||||||
|
# AST round-trip manipulation for Python.
|
||||||
|
|
||||||
|
licenses(["notice"])
|
||||||
|
|
||||||
|
py_library(
|
||||||
|
name = "astunparse",
|
||||||
|
visibility = ["//visibility:public"],
|
||||||
|
)
|
||||||
|
|
||||||
|
filegroup(
|
||||||
|
name = "LICENSE",
|
||||||
|
visibility = ["//visibility:public"],
|
||||||
|
)
|
||||||
|
|
1
third_party/systemlibs/syslibs_configure.bzl
vendored
1
third_party/systemlibs/syslibs_configure.bzl
vendored
@ -11,6 +11,7 @@ _TF_SYSTEM_LIBS = "TF_SYSTEM_LIBS"
|
|||||||
VALID_LIBS = [
|
VALID_LIBS = [
|
||||||
"absl_py",
|
"absl_py",
|
||||||
"astor_archive",
|
"astor_archive",
|
||||||
|
"astunparse_archive",
|
||||||
"boringssl",
|
"boringssl",
|
||||||
"com_github_googleapis_googleapis",
|
"com_github_googleapis_googleapis",
|
||||||
"com_github_googlecloudplatform_google_cloud_cpp",
|
"com_github_googlecloudplatform_google_cloud_cpp",
|
||||||
|
Loading…
Reference in New Issue
Block a user