aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/python/grpcio/commands.py
diff options
context:
space:
mode:
authorGravatar Sree Kuchibhotla <sreek@google.com>2016-06-23 09:23:01 -0700
committerGravatar Sree Kuchibhotla <sreek@google.com>2016-06-23 09:23:01 -0700
commit05fd4fe0436fadeb7c10bba2c326c9687d485a8d (patch)
tree27a37a9398c80583cda23504725cfc78020594a0 /src/python/grpcio/commands.py
parent0224dcc2dcda932a171776de325fa2e66c95478f (diff)
parent60e98ec3feab9cc347d6eacb48fb98cecb88c089 (diff)
Merge branch 'master' into epoll_changes
Diffstat (limited to 'src/python/grpcio/commands.py')
-rw-r--r--src/python/grpcio/commands.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/python/grpcio/commands.py b/src/python/grpcio/commands.py
index 3e974eba0a..f498ed4190 100644
--- a/src/python/grpcio/commands.py
+++ b/src/python/grpcio/commands.py
@@ -182,6 +182,8 @@ class BuildProtoModules(setuptools.Command):
'--plugin=protoc-gen-python-grpc={}'.format(
self.grpc_python_plugin_command),
'-I {}'.format(GRPC_STEM),
+ '-I .',
+ '-I {}/third_party/protobuf/src'.format(GRPC_STEM),
'--python_out={}'.format(PROTO_GEN_STEM),
'--python-grpc_out={}'.format(PROTO_GEN_STEM),
] + [path]