Browse Source

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 <mrkcvzz@gmail.com>
pull/85254/merge
Mirko Covizzi 1 week ago committed by Daniel DeGrasse
parent
commit
5b3a48c063
  1. 2
      scripts/requirements-base.txt

2
scripts/requirements-base.txt

@ -17,7 +17,7 @@ pykwalify
canopen canopen
packaging packaging
progress progress
patool patool>=2.0.0
psutil>=5.6.6 psutil>=5.6.6
pylink-square pylink-square
pyserial pyserial

Loading…
Cancel
Save