Do not install radicale-storage-by-index radicale plugin anymore

This commit is contained in:
Antoine Nguyen
2025-09-25 13:58:05 +02:00
parent a9a8f8888c
commit 765b56d48a
3 changed files with 12 additions and 17 deletions

View File

@@ -36,10 +36,6 @@ class Radicale(base.Installer):
"Radicale", "pytz", "radicale-modoboa-auth-oauth2"
]
python.install_packages(packages, self.venv_path, sudo_user=self.user)
python.install_package_from_repository(
"radicale-storage-by-index",
"https://github.com/tonioo/RadicaleStorageByIndex",
venv=self.venv_path, sudo_user=self.user)
def get_template_context(self):
"""Additional variables."""