From 892c0a7dc357de4f27dd0919147d57a8ac0688fb Mon Sep 17 00:00:00 2001 From: orhtej2 <2871798+orhtej2@users.noreply.github.com> Date: Sun, 9 Jul 2023 23:08:39 +0200 Subject: [PATCH] Attempt to fix bookworm compatibility. --- manifest.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifest.toml b/manifest.toml index d72afaf..86ebddb 100644 --- a/manifest.toml +++ b/manifest.toml @@ -70,7 +70,7 @@ ram.runtime = "50M" main.default = 8000 [resources.apt] - packages = "postgresql, postgresql-contrib, python3-venv, libpq-dev" + packages = "postgresql, postgresql-contrib, python3-venv, libpq-dev, python3-dev" [resources.database] type = "postgresql"