Fix automx
Relates to https://github.com/modoboa/modoboa-installer/issues/475
This commit is contained in:
@@ -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":
|
||||||
|
|||||||
Reference in New Issue
Block a user