mirror of
https://github.com/chatmail/relay.git
synced 2026-05-20 12:58:04 +00:00
python3-venv was missing
This commit is contained in:
@@ -25,8 +25,8 @@ def _install_chatmaild() -> None:
|
|||||||
)
|
)
|
||||||
|
|
||||||
apt.packages(
|
apt.packages(
|
||||||
name="apt install python3-aiosmtpd",
|
name="apt install python3-aiosmtpd python3-pip python3-venv",
|
||||||
packages=["python3-aiosmtpd", "python3-pip"],
|
packages=["python3-aiosmtpd", "python3-pip", "python3-venv"],
|
||||||
)
|
)
|
||||||
|
|
||||||
# --no-deps because aiosmtplib is installed with `apt`.
|
# --no-deps because aiosmtplib is installed with `apt`.
|
||||||
|
|||||||
Reference in New Issue
Block a user