aboutsummaryrefslogtreecommitdiffhomepage
path: root/WORKSPACE
diff options
context:
space:
mode:
Diffstat (limited to 'WORKSPACE')
-rw-r--r--WORKSPACE8
1 files changed, 8 insertions, 0 deletions
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",