diff --git a/pybind11_protobuf/tests/BUILD b/pybind11_protobuf/tests/BUILD index 19f6d0e..3aba76a 100644 --- a/pybind11_protobuf/tests/BUILD +++ b/pybind11_protobuf/tests/BUILD @@ -12,6 +12,7 @@ licenses(["notice"]) py_library( name = "compare", srcs = ["compare.py"], + strict_deps = False, visibility = ["//visibility:public"], deps = ["@com_google_protobuf//:protobuf_python"], )