mirror of
https://github.com/lowRISC/ibex.git
synced 2025-04-22 04:47:25 -04:00
[python-requirements] Pin setuptools version to < 66.0.0
Starting with setuptools version 66.0.0, legacy package version names such as 0.23ubuntu1 are no longer supported. Since some of our Python dependencies use this format, we pin the setuptools version to the last version before this change. This unblocks CI and gives us time to upgrade/rebase our dependencies. Signed-off-by: Pirmin Vogel <vogelpi@lowrisc.org>
This commit is contained in:
parent
590d196e62
commit
f8dd3d8d3e
1 changed files with 1 additions and 1 deletions
|
@ -69,7 +69,7 @@ case "$ID-$VERSION_ID" in
|
|||
# an older version of a package must be used for a certain Python version.
|
||||
# If that information is not read, pip installs the latest version, which
|
||||
# then fails to run.
|
||||
$SUDO_CMD pip3 install -U pip setuptools
|
||||
$SUDO_CMD pip3 install -U pip "setuptools<66.0.0"
|
||||
|
||||
$SUDO_CMD pip3 install -r python-requirements.txt
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue