From c11bee6b950169a04226171e90dd4606125f995f Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Josu=C3=A9=20Tille?= <josue@tille.ch>
Date: Thu, 5 Oct 2023 08:20:42 +0200
Subject: [PATCH] Reorder dependancy

---
 manifest.toml | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/manifest.toml b/manifest.toml
index ab53575..665263d 100644
--- a/manifest.toml
+++ b/manifest.toml
@@ -111,10 +111,11 @@ ram.runtime = "500M"
     armhf.sha256 = "171fcf08b726d452e1c4cd22dadb9f8f5cf6848424ebc1e04cde5be34ef3d7f6"
 
     [resources.apt]
-    packages = ["expect", "ffmpeg", "pkgconf", "mariadb-server",
-                "python3", "python3-venv", "python3-setuptools", "python3-pip", "python3-requests", "python3-dev", "libmariadb-dev-compat", "libmariadb-dev",
+    packages = ["expect", "ffmpeg", "pkgconf",
+                "python3", "python3-venv", "python3-setuptools", "python3-pip", "python3-dev",
+                "python3-requests", "python3-scipy", "python3-matplotlib",
+                "mariadb-server", "libmariadb-dev-compat", "libmariadb-dev",
                 "memcached", "libmemcached-dev",
-                "python3-scipy", "python3-matplotlib",
                 "libjpeg62-turbo-dev", "zlib1g-dev", "libffi-dev"]
 
     [resources.database]