mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
gRPC: bundle grpcio-tools rather than just grpcio
This commit is contained in:
parent
b3bf3cdb91
commit
6880483453
@ -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)
|
||||
|
10
ApplicationCode/GrpcInterface/Python/.gitignore
vendored
10
ApplicationCode/GrpcInterface/Python/.gitignore
vendored
@ -7,4 +7,12 @@ rips.egg-info
|
||||
setup.py
|
||||
grpc
|
||||
grpcio*
|
||||
six*
|
||||
six*
|
||||
easy_install*
|
||||
bin*
|
||||
grpc_tools
|
||||
pkg_resources
|
||||
google
|
||||
protobuf*
|
||||
setuptools*
|
||||
extern*
|
||||
|
Loading…
Reference in New Issue
Block a user