summaryrefslogtreecommitdiff
path: root/setup.cfg
diff options
context:
space:
mode:
authorJürg Billeter <j@bitron.ch>2018-03-15 07:49:07 +0100
committerJürg Billeter <j@bitron.ch>2018-07-17 07:56:40 +0200
commit1a2ee26ef5b5b83a38f94a8fe3667fbcf8fa0235 (patch)
tree2f501314ae3e132d4701041730257c2686ae19fb /setup.cfg
parent9b63f6f293c4c61f243f2e4c7c4d269a55927ce6 (diff)
downloadbuildstream-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.cfg2
1 files changed, 2 insertions, 0 deletions
diff --git a/setup.cfg b/setup.cfg
index e0b3c9970..d37db7839 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -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