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}"],