diff --git a/google/longrunning/BUILD.bazel b/google/longrunning/BUILD.bazel index f30c654e4..56b97b386 100644 --- a/google/longrunning/BUILD.bazel +++ b/google/longrunning/BUILD.bazel @@ -242,3 +242,8 @@ py_grpc_library( srcs = [":longrunning_moved_proto"], deps = [":longrunning_py_proto"], ) + +py_proto_library( + name = "longrunning_py_proto_no_moved", + deps = ["operations_proto"], +)