From 11f199e34dc416a2bd8b56391b242a867bedade4 Mon Sep 17 00:00:00 2001 From: Naresh Date: Fri, 27 Jul 2018 14:44:09 +0000 Subject: 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. --- third_party/BUILD | 1 + 1 file changed, 1 insertion(+) (limited to 'third_party') 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", ]) -- cgit v1.2.3