bullseye->bookworm: explicitly remove python3.9 and python3.9-venv which seems to confuse aptitude...

This commit is contained in:
Alexandre Aubin 2024-07-17 15:06:05 +02:00
parent 4232fc7c4b
commit 079cdc2624

View file

@ -221,7 +221,7 @@ class MyMigration(Migration):
aptitude_with_progress_bar(f"unhold yunohost moulinette ssowat yunohost-admin {' '.join(apps_packages)}")
# FIXME : find a way to simulate and validate the upgrade first
aptitude_with_progress_bar("full-upgrade --show-why yunohost yunohost-admin yunohost-portal moulinette ssowat -o Dpkg::Options::='--force-confold'")
aptitude_with_progress_bar("full-upgrade --show-why yunohost yunohost-admin yunohost-portal moulinette ssowat python3.9- python3.9-venv- -o Dpkg::Options::='--force-confold'")
#cmd = "LC_ALL=C"
#cmd += " DEBIAN_FRONTEND=noninteractive"