aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/python
diff options
context:
space:
mode:
authorGravatar Masood Malekghassemi <atash@google.com>2016-02-18 12:39:42 -0800
committerGravatar Masood Malekghassemi <atash@google.com>2016-02-18 15:54:18 -0800
commit736173487cfda82b3dd3bdcf812eddc9de7a6129 (patch)
treed464b8022576d82c5ae7cf26bb282eec85d4e8e5 /src/python
parenta5fc9818e16a3a720673519c8a71008b7fbd886d (diff)
Exclude cygrpc.so from the Python package
Diffstat (limited to 'src/python')
-rw-r--r--src/python/grpcio/precompiled.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/python/grpcio/precompiled.py b/src/python/grpcio/precompiled.py
index 05c651b506..ae2a0c835a 100644
--- a/src/python/grpcio/precompiled.py
+++ b/src/python/grpcio/precompiled.py
@@ -100,3 +100,5 @@ def update_setup_arguments(setup_arguments):
sys.stderr.write(
'could not write precompiled extension to directory: {} -> {}\n'
.format(url, target_path))
+ return
+ setup_arguments['package_data']['grpc._cython'].append('cygrpc.so')