diff --git a/intrinsic_sdk_cmake/cmake/find_replace_fix_imports.cmake b/intrinsic_sdk_cmake/cmake/find_replace_fix_imports.cmake index 1298d99..a2d860f 100644 --- a/intrinsic_sdk_cmake/cmake/find_replace_fix_imports.cmake +++ b/intrinsic_sdk_cmake/cmake/find_replace_fix_imports.cmake @@ -16,10 +16,10 @@ set(FIND_LIST "from google.type" ) set(REPLACE_LIST - "from googleapis.google.api" - "from googleapis.google.longrunning" - "from googleapis.google.rpc" - "from googleapis.google.type" + "from googleapis.api" + "from googleapis.longrunning" + "from googleapis.rpc" + "from googleapis.type" ) foreach(python_package_source ${python_package_sources}) diff --git a/intrinsic_sdk_cmake/cmake/sdk_protos.cmake b/intrinsic_sdk_cmake/cmake/sdk_protos.cmake index b02200f..52e518d 100644 --- a/intrinsic_sdk_cmake/cmake/sdk_protos.cmake +++ b/intrinsic_sdk_cmake/cmake/sdk_protos.cmake @@ -160,7 +160,7 @@ if(NOT EXISTS "${venv_dir}") endif() execute_process( - COMMAND "${venv_dir}/bin/pip" install -U grpcio-tools + COMMAND "${venv_dir}/bin/pip" install -U grpcio-tools==1.74 WORKING_DIRECTORY "${CMAKE_BINARY_DIR}" RESULT_VARIABLE PIP_INSTALL_RESULT OUTPUT_VARIABLE PIP_INSTALL_OUTPUT diff --git a/intrinsic_sdk_cmake/package.xml b/intrinsic_sdk_cmake/package.xml index e3580cf..52a6985 100644 --- a/intrinsic_sdk_cmake/package.xml +++ b/intrinsic_sdk_cmake/package.xml @@ -14,6 +14,8 @@ Michael Carroll William Woodall + python3-venv + cmake bazelisk_vendor