From 6b707acd46036b7fcbdb7d08aff6691129859264 Mon Sep 17 00:00:00 2001 From: Antonio Cuadros <49162117+Acuadros95@users.noreply.github.com> Date: Mon, 23 May 2022 17:00:07 +0200 Subject: [PATCH] Fix PyYaml unistall error (#521) (cherry picked from commit 97d9e040bf12aea4f4e8d7b1bfc7f48570d11706) --- config/zephyr/generic/create.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/zephyr/generic/create.sh b/config/zephyr/generic/create.sh index aa613243..e781a6c4 100755 --- a/config/zephyr/generic/create.sh +++ b/config/zephyr/generic/create.sh @@ -28,7 +28,7 @@ pushd $FW_TARGETDIR >/dev/null west update popd >/dev/null - pip3 install -r zephyrproject/zephyr/scripts/requirements.txt + pip3 install -r zephyrproject/zephyr/scripts/requirements.txt --ignore-installed if [ "$PLATFORM" = "host" ]; then if [ "$ARCH" = "aarch64" ]; then