build(linux): fix ubuntu 24.04 build (#2402)
This commit is contained in:
parent
ad5b816261
commit
ad66fcb243
2 changed files with 3 additions and 2 deletions
|
|
@ -63,8 +63,8 @@ apt-get install -y --no-install-recommends \
|
||||||
libxfixes-dev \
|
libxfixes-dev \
|
||||||
libxrandr-dev \
|
libxrandr-dev \
|
||||||
libxtst-dev \
|
libxtst-dev \
|
||||||
python3.11 \
|
python3.12 \
|
||||||
python3.11-venv \
|
python3.12-venv \
|
||||||
udev \
|
udev \
|
||||||
wget \
|
wget \
|
||||||
x11-xserver-utils \
|
x11-xserver-utils \
|
||||||
|
|
|
||||||
|
|
@ -3,6 +3,7 @@ furo==2024.1.29
|
||||||
m2r2==0.3.3.post2
|
m2r2==0.3.3.post2
|
||||||
rstcheck[sphinx]==6.2.1
|
rstcheck[sphinx]==6.2.1
|
||||||
rstfmt==0.0.14
|
rstfmt==0.0.14
|
||||||
|
setuptools # required by m2r2, Ubuntu 24.04 doesn't include this
|
||||||
Sphinx==7.2.6
|
Sphinx==7.2.6
|
||||||
sphinx-copybutton==0.5.2
|
sphinx-copybutton==0.5.2
|
||||||
sphinx_inline_tabs==2023.4.21
|
sphinx_inline_tabs==2023.4.21
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue