We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bb287be commit 53cde64Copy full SHA for 53cde64
protobuf.bzl
@@ -647,6 +647,9 @@ def py_proto_library(
647
This is provided for backwards compatibility only. Bazel 5.3 will
648
introduce support for py_proto_library, which should be used instead.
649
"""
650
+ print("The py_proto_library macro is deprecated and will be removed in the "
651
+ + "30.x release. switch to the rule defined by rules_python or the one "
652
+ + "in bazel/py_proto_library.bzl.")
653
internal_py_proto_library(*args, **kwargs)
654
655
def _source_proto_library(
0 commit comments