aboutsummaryrefslogtreecommitdiffhomepage
path: root/third_party
diff options
context:
space:
mode:
authorGravatar Naresh <ghostwriternr@gmail.com>2018-07-27 14:44:09 +0000
committerGravatar Naresh <ghostwriternr@gmail.com>2018-07-27 14:44:09 +0000
commit11f199e34dc416a2bd8b56391b242a867bedade4 (patch)
treea7167dbd902a8184534d7e990eadcfc76f33bbfb /third_party
parent3af1aaadabf49bc6274711a11f81627c0f351a9a (diff)
Workspace changes to build gRPC Python with Bazel
- Include new rules from bazelbuild/rules_python, which allow for importing pip dependencies with Bazel. - Make Cython BUILD file visible to WORKSPACE. - Use a custom requirements file for Bazel python. This is added to allow for requirements previously added only during build steps.
Diffstat (limited to 'third_party')
-rw-r--r--third_party/BUILD1
1 files changed, 1 insertions, 0 deletions
diff --git a/third_party/BUILD b/third_party/BUILD
index f06c5e9c67..5ec919dc48 100644
--- a/third_party/BUILD
+++ b/third_party/BUILD
@@ -8,4 +8,5 @@ exports_files([
"incremental.BUILD",
"zope_interface.BUILD",
"constantly.BUILD",
+ "cython.BUILD",
])