add expat for arch python venv
All checks were successful
/ job (push) Successful in 11m7s

This commit is contained in:
Marc Beninca 2024-08-19 21:33:28 +02:00
parent b75542d8c2
commit 6902c2672b
Signed by: marc.beninca
GPG key ID: 9C7613450C80C24F
2 changed files with 2 additions and 5 deletions

View file

@ -612,8 +612,7 @@ spcd_install_python() {
spcd_install_package "python3-venv"
;;
"${SPCD_OS_ARCH}")
echo "Not supported!"
exit 255
spcd_install_package "expat"
;;
*) ;;
esac