1--- google/longrunning/BUILD.bazel 2+++ google/longrunning/BUILD.bazel 3@@ -209,3 +209,13 @@ 4 ":longrunning_php_proto", 5 ], 6 ) 7+ 8+############################################################################## 9+# Python 10+############################################################################## 11+load("@com_google_googleapis_imports//:imports.bzl", "py_proto_library") 12+ 13+py_proto_library( 14+ name = "longrunning_py_proto", 15+ deps = [":operations_proto"], 16+) 17