Compat. with Ubuntu 24.04

see #556
This commit is contained in:
Antoine Nguyen
2024-06-05 12:03:59 +02:00
parent ec12104f44
commit 2f93a1eddb
4 changed files with 11 additions and 23 deletions

View File

@@ -56,8 +56,7 @@ class Automx(base.Installer):
def _setup_venv(self):
"""Prepare a python virtualenv."""
python.setup_virtualenv(
self.venv_path, sudo_user=self.user, python_version=3)
python.setup_virtualenv(self.venv_path, sudo_user=self.user)
packages = [
"future", "lxml", "ipaddress", "sqlalchemy < 2.0", "python-memcached",
"python-dateutil", "configparser"