gRPC: bundle grpcio-tools rather than just grpcio

This commit is contained in:
Gaute Lindkvist 2019-08-27 15:38:24 +02:00
parent b3bf3cdb91
commit 6880483453
2 changed files with 10 additions and 2 deletions

View File

@ -713,7 +713,7 @@ if (RESINSIGHT_PRIVATE_INSTALL)
add_custom_command(
TARGET ResInsight
POST_BUILD
COMMAND ${RESINSIGHT_GRPC_PYTHON_EXECUTABLE} -m pip install --target=${GRPC_PYTHON_SOURCE_PATH} grpcio
COMMAND ${RESINSIGHT_GRPC_PYTHON_EXECUTABLE} -m pip install --target=${GRPC_PYTHON_SOURCE_PATH} grpcio-tools
)
endif()
install(DIRECTORY ${GRPC_PYTHON_SOURCE_PATH}/ DESTINATION ${RESINSIGHT_INSTALL_FOLDER}/Python)

View File

@ -7,4 +7,12 @@ rips.egg-info
setup.py
grpc
grpcio*
six*
six*
easy_install*
bin*
grpc_tools
pkg_resources
google
protobuf*
setuptools*
extern*