From b78bbd5dd53ecaeb8a736b69ecd3f014232da1d4 Mon Sep 17 00:00:00 2001 From: David Chen Date: Wed, 16 Mar 2016 13:17:57 +0000 Subject: Add Python protobuf to Bazel third_party and move all protobuf targets into //third_party/protobuf. -- MOS_MIGRATED_REVID=117336377 --- WORKSPACE | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'WORKSPACE') diff --git a/WORKSPACE b/WORKSPACE index 98a8454ced..fc9a0f7c60 100644 --- a/WORKSPACE +++ b/WORKSPACE @@ -12,6 +12,14 @@ jsonnet_repositories() rust_repositories() sass_repositories() +# Protobuf expects an //external:python_headers label which would contain the +# Python headers if fast Python protos is enabled. Since we are not using fast +# Python protos, bind python_headers to a dummy target. +bind( + name = "python_headers", + actual = "//:dummy", +) + # Bind to dummy targets if no android SDK/NDK is present. bind( name = "android_sdk_for_testing", -- cgit v1.2.3