From da9f1c4a8eaa7808ebd48e95022f4992b3a798fb Mon Sep 17 00:00:00 2001 From: Richard Levasseur Date: Fri, 4 Aug 2023 15:15:40 -0700 Subject: [PATCH] Add placeholder comments for loading Python rules This is to facilitate transformation from the Google internal code PiperOrigin-RevId: 553925453 --- pybind11_protobuf/tests/BUILD | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pybind11_protobuf/tests/BUILD b/pybind11_protobuf/tests/BUILD index 674d311..05c06c1 100644 --- a/pybind11_protobuf/tests/BUILD +++ b/pybind11_protobuf/tests/BUILD @@ -1,5 +1,8 @@ # Tests and examples for the pybind11_protobuf package. +# Placeholder: load py_proto_library +# Placeholder: load py_library + load("@com_github_grpc_grpc//bazel:python_rules.bzl", "py_proto_library") load("@pybind11_bazel//:build_defs.bzl", "pybind_extension") # [internal] load cc_proto_library.bzl