aboutsummaryrefslogtreecommitdiff
path: root/math/py-keras/files/patch-third__party_BUILD
diff options
context:
space:
mode:
Diffstat (limited to 'math/py-keras/files/patch-third__party_BUILD')
-rw-r--r--math/py-keras/files/patch-third__party_BUILD19
1 files changed, 0 insertions, 19 deletions
diff --git a/math/py-keras/files/patch-third__party_BUILD b/math/py-keras/files/patch-third__party_BUILD
deleted file mode 100644
index 0a12377854e7..000000000000
--- a/math/py-keras/files/patch-third__party_BUILD
+++ /dev/null
@@ -1,19 +0,0 @@
---- third_party/BUILD.orig 2022-09-08 09:14:55 UTC
-+++ third_party/BUILD
-@@ -1,4 +1,5 @@
- package(
-+ default_visibility = ["//visibility:public"],
- licenses = ["notice"], # Apache 2.0
- )
-
-@@ -7,4 +8,9 @@ exports_files([
- "six.BUILD",
- ])
-
--package(default_visibility = ["//visibility:public"])
-+genrule(
-+ name = "protoc",
-+ outs = ["protoc.bin"],
-+ cmd = "ln -s $$(which protoc) $@",
-+ executable = 1,
-+)