systemlibs: unbundle wrapt
Signed-off-by: Jason Zaman <jason@perfinion.com>
This commit is contained in:
parent
3c84edc32c
commit
64a71153f5
@ -899,6 +899,7 @@ def tf_workspace(path_prefix = "", tf_repo_name = ""):
|
||||
build_file = clean_dep("//third_party:wrapt.BUILD"),
|
||||
sha256 = "8a6fb40e8f8b6a66b4ba81a4044c68e6a7b1782f21cfabc06fb765332b4c3e51",
|
||||
strip_prefix = "wrapt-1.11.1/src/wrapt",
|
||||
system_build_file = clean_dep("//third_party/systemlibs:wrapt.BUILD"),
|
||||
urls = [
|
||||
"http://mirror.tensorflow.org/github.com/GrahamDumpleton/wrapt/archive/1.11.1.tar.gz",
|
||||
"https://github.com/GrahamDumpleton/wrapt/archive/1.11.1.tar.gz",
|
||||
|
1
third_party/systemlibs/syslibs_configure.bzl
vendored
1
third_party/systemlibs/syslibs_configure.bzl
vendored
@ -40,6 +40,7 @@ VALID_LIBS = [
|
||||
"snappy",
|
||||
"swig",
|
||||
"termcolor_archive",
|
||||
"wrapt",
|
||||
"zlib_archive",
|
||||
]
|
||||
|
||||
|
4
third_party/systemlibs/wrapt.BUILD
vendored
Normal file
4
third_party/systemlibs/wrapt.BUILD
vendored
Normal file
@ -0,0 +1,4 @@
|
||||
py_library(
|
||||
name = "wrapt",
|
||||
visibility = ["//visibility:public"],
|
||||
)
|
Loading…
Reference in New Issue
Block a user