setup-ubuntu.sh: install python3-wheel-common

hopefully this fixes e.g. asciinema
This commit is contained in:
Lucy Phipps 2022-10-29 23:29:50 +01:00 committed by GitHub
parent 533b312476
commit 1f60ab0fcd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -62,6 +62,7 @@ PACKAGES+=" python3.10"
PACKAGES+=" python3.11"
PACKAGES+=" python3-pip"
PACKAGES+=" python3-setuptools"
PACKAGES+=" python3-wheel-common"
PACKAGES+=" python3.10-venv"
PACKAGES+=" python3.11-venv"