From e11cc6c24e700b64fc6cbcb716452e58a4f1d639 Mon Sep 17 00:00:00 2001 From: ewilly Date: Sat, 9 Nov 2024 07:28:38 +0000 Subject: [PATCH] Migration don't rebuilt venv for homeassistant and immich see https://forum.yunohost.org/t/yunohost-12-0-beta-bookworm/30496/84 --- src/migrations/0030_rebuild_python_venv_in_bookworm.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/migrations/0030_rebuild_python_venv_in_bookworm.py b/src/migrations/0030_rebuild_python_venv_in_bookworm.py index 6c0e471797..4379a1fc3b 100644 --- a/src/migrations/0030_rebuild_python_venv_in_bookworm.py +++ b/src/migrations/0030_rebuild_python_venv_in_bookworm.py @@ -57,6 +57,8 @@ class MyMigration(Migration): ignored_python_apps = [ "diacamma", # Does an ugly sed in the sites-packages/django_auth_ldap3_ad + "homeassistant", # uses a custom version of Python + "immich", # uses a custom version of Python "kresus", # uses virtualenv instead of venv, with --system-site-packages (?) "librephotos", # runs a setup.py ? not sure pip freeze / pip install -r requirements.txt is gonna be equivalent .. "mautrix", # install stuff from a .tar.gz