From 9e6ba1a16461cab69ead460c3692d63efba2d84d Mon Sep 17 00:00:00 2001 From: l Date: Mon, 27 Jan 2025 14:38:18 +0000 Subject: [PATCH] fix: install gcc and python3-dev (#477) These are needed to build crypt-r --- cmdeploy/src/cmdeploy/__init__.py | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/cmdeploy/src/cmdeploy/__init__.py b/cmdeploy/src/cmdeploy/__init__.py index b7169d71..f50e5636 100644 --- a/cmdeploy/src/cmdeploy/__init__.py +++ b/cmdeploy/src/cmdeploy/__init__.py @@ -78,6 +78,11 @@ def _install_remote_venv_with_chatmaild(config) -> None: always_copy=True, ) + apt.packages( + name="install gcc and headers to build crypt_r source package", + packages=["gcc", "python3-dev"], + ) + server.shell( name=f"forced pip-install {dist_file.name}", commands=[