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
2d72e157f9
commit
1aafed74e3
@ -713,7 +713,7 @@ if (RESINSIGHT_PRIVATE_INSTALL)
|
|||||||
add_custom_command(
|
add_custom_command(
|
||||||
TARGET ResInsight
|
TARGET ResInsight
|
||||||
POST_BUILD
|
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()
|
endif()
|
||||||
install(DIRECTORY ${GRPC_PYTHON_SOURCE_PATH}/ DESTINATION ${RESINSIGHT_INSTALL_FOLDER}/Python)
|
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
|
setup.py
|
||||||
grpc
|
grpc
|
||||||
grpcio*
|
grpcio*
|
||||||
six*
|
six*
|
||||||
|
easy_install*
|
||||||
|
bin*
|
||||||
|
grpc_tools
|
||||||
|
pkg_resources
|
||||||
|
google
|
||||||
|
protobuf*
|
||||||
|
setuptools*
|
||||||
|
extern*
|
||||||
|
Loading…
Reference in New Issue
Block a user