From b9a147a81c8f6215631c0a3828b326ad0c68b1a6 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 1ab0d4cd..3cb43922 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