Skip to content

Commit e95f95f

Browse files
committed
chore: cleanup now-unreferenced proto toolchain type
Follow-up to bazel-contrib#2604
1 parent f2941df commit e95f95f

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

python/proto/BUILD.bazel

+5-1
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,8 @@
1515
package(default_visibility = ["//visibility:public"])
1616

1717
# Toolchain type provided by proto_lang_toolchain rule and used by py_proto_library
18-
toolchain_type(name = "toolchain_type")
18+
# Alias is here to provide backward-compatibility; see #2604
19+
alias(
20+
name = "toolchain_type",
21+
actual = "@com_google_protobuf//bazel/private:python_toolchain_type",
22+
)

0 commit comments

Comments
 (0)