diff options
author | Jürg Billeter <j@bitron.ch> | 2018-03-15 07:49:07 +0100 |
---|---|---|
committer | Jürg Billeter <j@bitron.ch> | 2018-07-17 07:56:40 +0200 |
commit | 1a2ee26ef5b5b83a38f94a8fe3667fbcf8fa0235 (patch) | |
tree | 2f501314ae3e132d4701041730257c2686ae19fb /setup.cfg | |
parent | 9b63f6f293c4c61f243f2e4c7c4d269a55927ce6 (diff) | |
download | buildstream-1a2ee26ef5b5b83a38f94a8fe3667fbcf8fa0235.tar.gz |
setup.py: Add grpcio dependency and support for code generation
This allows code generation with ./setup.py build_grpc
Diffstat (limited to 'setup.cfg')
-rw-r--r-- | setup.cfg | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -23,5 +23,7 @@ pep8ignore = */bin/* ALL buildstream/_fuse/fuse.py ALL .eggs/* ALL + *_pb2.py ALL + *_pb2_grpc.py ALL env = D:BST_TEST_SUITE=True |