Skip to content

Commit 5d20c4a

Browse files
authored
Update BUILD.bazel
1 parent 04ade9a commit 5d20c4a

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

python/proto/BUILD.bazel

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,9 @@
1414

1515
package(default_visibility = ["//visibility:public"])
1616

17-
# Toolchain type provided by proto_lang_toolchain rule and used by py_proto_library
18-
# Deprecated in favour of the implementation in https://github.com/protocolbuffers/protobuf.
19-
# It will be removed in a future release.
17+
# Deprecated; use @com_google_protobuf//bazel/private:python_toolchain_type instead.
2018
# Alias is here to provide backward-compatibility; see #2604
19+
# It will be removed in a future release.
2120
alias(
2221
name = "toolchain_type",
2322
actual = "@com_google_protobuf//bazel/private:python_toolchain_type",

0 commit comments

Comments
 (0)