Attention is currently required from: Elyes Haouas, Martin L Roth.
Felix Singer has posted comments on this change by Elyes Haouas. ( https://review.coreboot.org/c/coreboot/+/82532?usp=email )
Change subject: coreboot-jenkins-node/Dockerfile: Update very old pkgs ......................................................................
Patch Set 3:
(1 comment)
File util/docker/coreboot-jenkins-node/Dockerfile:
https://review.coreboot.org/c/coreboot/+/82532/comment/42fee922_e34ed082?usp... : PS3, Line 77: pip3 install --upgrade --no-cache-dir pip && \ : pip3 install --no-cache-dir \ : setuptools==58.2.0 \ : jinja2==3.1.3 \ : myst-parser===2.0.0 \ : sphinx===7.2.6 \ : sphinxcontrib-ditaa===1.0.2 \ : sphinx_autobuild===2024.2.4 \ : sphinx_rtd_theme===2.0.0 \ It is intended this way since
1) It's ran within a venv environment and thus separated from system packages 2) this things require testing before an update is done.
There is no change needed here.