From 69b9df948028f5217b2f4f4d8127298310ec64a9 Mon Sep 17 00:00:00 2001 From: missytake Date: Fri, 13 Oct 2023 21:12:41 +0200 Subject: [PATCH] add comment about installing doveauth system-wide --- chatmail-pyinfra/src/chatmail/__init__.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/chatmail-pyinfra/src/chatmail/__init__.py b/chatmail-pyinfra/src/chatmail/__init__.py index 18ac12e4..a19c0653 100644 --- a/chatmail-pyinfra/src/chatmail/__init__.py +++ b/chatmail-pyinfra/src/chatmail/__init__.py @@ -27,6 +27,8 @@ def _install_doveauth() -> None: name="apt install python3-pip", packages="python3-pip", ) + # Maybe if we introduce dependencies to the doveauth package at some point, we should not install doveauth + # system-wide anymore. For now it's fine though. server.shell( name="install local doveauth build with pip", commands=[f"pip install --break-system-packages {remote_path}"],