Update configure.sh

pull/1875/head
Johnny 2025-06-26 14:24:12 +02:00 zatwierdzone przez GitHub
rodzic a13ec04871
commit 64cc18a11b
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: B5690EEEBB952194
1 zmienionych plików z 1 dodań i 7 usunięć

Wyświetl plik

@ -67,13 +67,7 @@ ensure_prereqs() {
python3-pip \
python3-setuptools \
python3-wheel
sudo pip3 install -U pip
sudo pip3 install -U shyaml
# Upgrade pip, setuptools, wheel to latest versions compatible with Python 3.12+
sudo pip3 install --upgrade pip
sudo pip3 install --upgrade setuptools wheel
sudo pip3 install -U shyaml
sudo pip3 install --break-system-packages -U pip setuptools wheel shyaml
}
# Save all dependencies in snapcraft.yaml to maintain a single source of truth.