aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Colthurst <thomaswc@google.com>2018-06-04 16:38:58 -0400
committerGitHub <noreply@github.com>2018-06-04 16:38:58 -0400
commitee8d3aa3088dde46b359a62e8f77656b7742fc33 (patch)
tree6c9e8b1a40d66cdbdf68693784991fb466548d64
parenta4d16ed886068c68dd84eeb2fc441a7435f515ab (diff)
downloadprotobuf-ee8d3aa3088dde46b359a62e8f77656b7742fc33.tar.gz
protobuf-ee8d3aa3088dde46b359a62e8f77656b7742fc33.tar.bz2
protobuf-ee8d3aa3088dde46b359a62e8f77656b7742fc33.zip
Remove cycle in dependency graph
-rw-r--r--BUILD1
1 files changed, 0 insertions, 1 deletions
diff --git a/BUILD b/BUILD
index c4b517cf..12f463d8 100644
--- a/BUILD
+++ b/BUILD
@@ -818,7 +818,6 @@ cc_library(
name = "proto_api",
hdrs = ["python/google/protobuf/proto_api.h"],
deps = [
- ":protobuf_python",
"//external:python_headers",
],
)