Skip to content
Snippets Groups Projects
Commit 377bfdef authored by David Garcia Quintas's avatar David Garcia Quintas
Browse files

added extra path to python protoc

parent 27e55b5b
No related branches found
No related tags found
No related merge requests found
...@@ -182,6 +182,8 @@ class BuildProtoModules(setuptools.Command): ...@@ -182,6 +182,8 @@ class BuildProtoModules(setuptools.Command):
'--plugin=protoc-gen-python-grpc={}'.format( '--plugin=protoc-gen-python-grpc={}'.format(
self.grpc_python_plugin_command), self.grpc_python_plugin_command),
'-I {}'.format(GRPC_STEM), '-I {}'.format(GRPC_STEM),
'-I .'.format(GRPC_STEM),
'-I {}/third_party/protobuf/src'.format(GRPC_STEM),
'--python_out={}'.format(PROTO_GEN_STEM), '--python_out={}'.format(PROTO_GEN_STEM),
'--python-grpc_out={}'.format(PROTO_GEN_STEM), '--python-grpc_out={}'.format(PROTO_GEN_STEM),
] + [path] ] + [path]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment