Skip to content

Commit

Permalink
Migration don't rebuilt venv for homeassistant and immich (#1996)
Browse files Browse the repository at this point in the history
  • Loading branch information
ewilly authored Nov 9, 2024
1 parent c9d1e0e commit 3080bba
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/migrations/0030_rebuild_python_venv_in_bookworm.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 3080bba

Please sign in to comment.