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

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"