Skip to content

Commit

Permalink
scripts(setup-ubuntu.sh): Remove host python3.11
Browse files Browse the repository at this point in the history
After switching to python 3.11 we no longer need host python3.11.
  • Loading branch information
fornwall committed Oct 7, 2024
1 parent ac5ec4a commit 071623d
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions scripts/setup-ubuntu.sh
Original file line number Diff line number Diff line change
Expand Up @@ -65,11 +65,9 @@ PACKAGES+=" xmlto"
PACKAGES+=" xmltoman"

# Needed by python modules (e.g. asciinema) and some build systems.
PACKAGES+=" python3.11"
PACKAGES+=" python3-pip"
PACKAGES+=" python3-setuptools"
PACKAGES+=" python-wheel-common"
PACKAGES+=" python3.11-venv"
PACKAGES+=" python3.12-venv"

# Needed by package bc.
Expand Down

0 comments on commit 071623d

Please sign in to comment.