setup-ubuntu.sh: use python3.10-full

This commit is contained in:
Lucy Phipps 2021-10-05 17:24:38 +01:00
parent 0255ee9793
commit 20f6decc7c
No known key found for this signature in database
GPG Key ID: 8F688A3DB7869BFE
1 changed files with 1 additions and 1 deletions

View File

@ -59,7 +59,7 @@ PACKAGES+=" xmltoman"
PACKAGES+=" python3.7"
PACKAGES+=" python3.8"
PACKAGES+=" python3.9"
PACKAGES+=" python3.10"
PACKAGES+=" python3.10-full"
PACKAGES+=" python3-pip"
PACKAGES+=" python3-setuptools"