From fd69ab566a29bab4e7bc7c3972c34fe38e233806 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?F=C3=A9lix=20Pi=C3=A9dallu?= Date: Sat, 9 Sep 2023 10:15:35 +0200 Subject: [PATCH] Fix dependency mariadb_server -> mariadb-server --- manifest.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifest.toml b/manifest.toml index 01940c0..28945dc 100644 --- a/manifest.toml +++ b/manifest.toml @@ -60,7 +60,7 @@ ram.runtime = "50M" [resources.apt] packages = [ - "mariadb_server", + "mariadb-server", "python3-pip", "python3-venv", "cython3",