Skip to content

Commit e79bd51

Browse files
Pablohn26Pablo Hinojosa
authored and
Pablo Hinojosa
committed
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 <[email protected]>
1 parent beedd7f commit e79bd51

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ In the context of GrimoireLab, Sorting Hat is usually run after data is retrieve
2020

2121
* Python >= 3.7
2222
* Poetry >= 1.1.0
23-
* MySQL >= 5.7 or MariaDB 10.0
23+
* MySQL >= 5.7 or MariaDB 10.2
2424
* Django = 3.1
2525
* Graphene-Django >= 2.0
2626
* uWSGI >= 2.0
@@ -65,7 +65,7 @@ $ apt install libmysqlclient-dev
6565
* **MariaDB**
6666

6767
```
68-
$ apt install libmariadbclient-dev
68+
$ apt install libmariadb-dev
6969
```
7070

7171
#### Installation and configuration

0 commit comments

Comments
 (0)