From 3080bba102bede29e3dd3635aef71d34dbcfca3c Mon Sep 17 00:00:00 2001 From: ewilly Date: Sat, 9 Nov 2024 10:04:43 +0000 Subject: [PATCH] Migration don't rebuilt venv for homeassistant and immich (#1996) --- 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