From 5b3a48c06327cfce0fd3bc69fbcf00963479cb6b Mon Sep 17 00:00:00 2001 From: Mirko Covizzi Date: Tue, 1 Jul 2025 16:44:18 +0200 Subject: [PATCH] scripts: requirements-base: pin patool to >=2.0.0 This resolves an issue on MacOS where `west sdk install` would fail when extracting a `.tar.xz` package due to the command line options selected by patool. Signed-off-by: Mirko Covizzi --- scripts/requirements-base.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/requirements-base.txt b/scripts/requirements-base.txt index 2b35d3df097..efa58d8c19d 100644 --- a/scripts/requirements-base.txt +++ b/scripts/requirements-base.txt @@ -17,7 +17,7 @@ pykwalify canopen packaging progress -patool +patool>=2.0.0 psutil>=5.6.6 pylink-square pyserial