From e79bd51528606c2e7cd1f88d6aac80aa95fa2bcc Mon Sep 17 00:00:00 2001 From: Pablo Hinojosa Date: Thu, 15 Sep 2022 10:48:11 +0200 Subject: [PATCH] Update README.md to MariaDB 10.2 Upgrade requirement to MariaDB 10.2 (oldest supported version) libmariadbclient-dev package doesn't exist since 10.2, we have libmariadb-dev that provides libmariadbclient-dev source https://jira.mariadb.org/browse/MDEV-24338?focusedCommentId=176640&page=com.atlassian.jira.plugin.system.issuetabpanels%3Acomment-tabpanel#comment-176640 Signed-off-by: Pablo Hinojosa --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 2801ae073..5e0f87df2 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ In the context of GrimoireLab, Sorting Hat is usually run after data is retrieve * Python >= 3.7 * Poetry >= 1.1.0 -* MySQL >= 5.7 or MariaDB 10.0 +* MySQL >= 5.7 or MariaDB 10.2 * Django = 3.1 * Graphene-Django >= 2.0 * uWSGI >= 2.0 @@ -65,7 +65,7 @@ $ apt install libmysqlclient-dev * **MariaDB** ``` -$ apt install libmariadbclient-dev +$ apt install libmariadb-dev ``` #### Installation and configuration