1 diff -Naurd x/tensorflow/workspace2.bzl y/tensorflow/workspace2.bzl
2 --- x/tensorflow/workspace2.bzl 2023-09-16 20:44:02.266422132 +0000
3 +++ y/tensorflow/workspace2.bzl 2023-09-16 20:50:40.370998305 +0000
6 "//third_party/systemlibs:protobuf.bzl": "protobuf.bzl",
7 "//third_party/systemlibs:protobuf_deps.bzl": "protobuf_deps.bzl",
8 + "//third_party/systemlibs:protobuf.python.BUILD": "python/BUILD",
10 urls = tf_mirror_urls("https://github.com/protocolbuffers/protobuf/archive/v3.21.9.zip"),
12 diff -Naurd x/third_party/systemlibs/protobuf.python.BUILD y/third_party/systemlibs/protobuf.python.BUILD
13 --- x/third_party/systemlibs/protobuf.python.BUILD 1970-01-01 00:00:00.000000000 +0000
14 +++ y/third_party/systemlibs/protobuf.python.BUILD 2023-09-16 20:49:12.514890584 +0000
18 + visibility = ["//visibility:public"]