Skip to content

Commit

Permalink
build(linux): fix ubuntu 24.04 build (#2402)
Browse files Browse the repository at this point in the history
  • Loading branch information
ReenigneArcher committed Apr 10, 2024
1 parent ad5b816 commit ad66fcb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker/ubuntu-24.04.dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -63,8 +63,8 @@ apt-get install -y --no-install-recommends \
libxfixes-dev \
libxrandr-dev \
libxtst-dev \
python3.11 \
python3.11-venv \
python3.12 \
python3.12-venv \
udev \
wget \
x11-xserver-utils \
Expand Down
1 change: 1 addition & 0 deletions docs/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ furo==2024.1.29
m2r2==0.3.3.post2
rstcheck[sphinx]==6.2.1
rstfmt==0.0.14
setuptools # required by m2r2, Ubuntu 24.04 doesn't include this
Sphinx==7.2.6
sphinx-copybutton==0.5.2
sphinx_inline_tabs==2023.4.21

0 comments on commit ad66fcb

Please sign in to comment.