Added explicit dep on :table from Python.

pull/13171/head
Joshua Haberman 3 years ago
parent cf7dc19b72
commit dfc07a8f89
  1. 5
      BUILD
  2. 1
      python/BUILD

@ -444,7 +444,10 @@ cc_library(
"upb/table_internal.h",
"upb/upb.h",
],
visibility = ["//tests:__pkg__"],
visibility = [
"//python:__pkg__",
"//tests:__pkg__",
],
deps = [
":port",
],

@ -55,6 +55,7 @@ py_extension(
deps = [
"//:descriptor_upb_proto_reflection",
"//:reflection",
"//:table",
"//:textformat",
"//:upb",
"//upb/util:compare",

Loading…
Cancel
Save