From d8225e5998656cf3f075e2d44cc0a61499e0d114 Mon Sep 17 00:00:00 2001 From: Corentin Le Molgat Date: Thu, 15 Feb 2024 16:49:31 +0100 Subject: [PATCH] math_opt fixup --- ortools/math_opt/python/testing/BUILD.bazel | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ortools/math_opt/python/testing/BUILD.bazel b/ortools/math_opt/python/testing/BUILD.bazel index ad0a02c83f..f4a260dc4f 100644 --- a/ortools/math_opt/python/testing/BUILD.bazel +++ b/ortools/math_opt/python/testing/BUILD.bazel @@ -21,6 +21,7 @@ py_library( srcs = ["compare_proto.py"], deps = [ "//ortools/math_opt/python:normalize", + "@com_google_protobuf//:protobuf_python", ], ) @@ -30,5 +31,6 @@ py_library( srcs = ["proto_matcher.py"], deps = [ "//ortools/math_opt/python:normalize", + "@com_google_protobuf//:protobuf_python", ], )