aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/python
diff options
context:
space:
mode:
Diffstat (limited to 'src/python')
-rw-r--r--src/python/grpcio_status/setup.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/python/grpcio_status/setup.py b/src/python/grpcio_status/setup.py
index a59cdd0f0f..983d3ea430 100644
--- a/src/python/grpcio_status/setup.py
+++ b/src/python/grpcio_status/setup.py
@@ -69,11 +69,13 @@ try:
COMMAND_CLASS = {
# Run preprocess from the repository *before* doing any packaging!
'preprocess': _status_commands.Preprocess,
+ 'build_package_protos': _NoOpCommand,
}
except ImportError:
COMMAND_CLASS = {
# wire up commands to no-op not to break the external dependencies
'preprocess': _NoOpCommand,
+ 'build_package_protos': _NoOpCommand,
}
setuptools.setup(