Fix automx

Relates to https://github.com/modoboa/modoboa-installer/issues/475
This commit is contained in:
Martin Bächtold
2023-03-05 09:27:40 +01:00
committed by GitHub
parent 06a81c7a80
commit d547d37ece

View File

@@ -59,7 +59,7 @@ class Automx(base.Installer):
python.setup_virtualenv( python.setup_virtualenv(
self.venv_path, sudo_user=self.user, python_version=3) self.venv_path, sudo_user=self.user, python_version=3)
packages = [ packages = [
"future", "lxml", "ipaddress", "sqlalchemy", "python-memcached", "future", "lxml", "ipaddress", "sqlalchemy < 2.0", "python-memcached",
"python-dateutil", "configparser" "python-dateutil", "configparser"
] ]
if self.dbengine == "postgres": if self.dbengine == "postgres":