From 4674f97b7ca76f93f0888cf96f8a81d74f6a1750 Mon Sep 17 00:00:00 2001 From: Yuya Hamamachi Date: Tue, 4 Jun 2024 16:01:00 +0900 Subject: [PATCH] cr52: Fix error message with installing package using pip Signed-off-by: Yuya Hamamachi --- realtime_cpu/build_zephyr.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/realtime_cpu/build_zephyr.sh b/realtime_cpu/build_zephyr.sh index 93a2769..3dd12e2 100755 --- a/realtime_cpu/build_zephyr.sh +++ b/realtime_cpu/build_zephyr.sh @@ -69,6 +69,7 @@ if [[ ! -e "${ZEPHYR_DIR}/zephyr" || "$CLEAN_BUILD_FLAG" == "true" ]]; then git am ${ZEPHYR_PATCH}/*.patch west update west zephyr-export + pip install docutils==0.18.1 # Avoid error when installing sphinx pip install -r ${ZEPHYR_DIR}/zephyr/scripts/requirements.txt fi