mirror of
https://github.com/YunoHost-Apps/endi_ynh.git
synced 2024-09-03 18:35:54 +02:00
Fix dependency mariadb_server -> mariadb-server
This commit is contained in:
parent
b6b9c69c8a
commit
fd69ab566a
1 changed files with 1 additions and 1 deletions
|
@ -60,7 +60,7 @@ ram.runtime = "50M"
|
||||||
|
|
||||||
[resources.apt]
|
[resources.apt]
|
||||||
packages = [
|
packages = [
|
||||||
"mariadb_server",
|
"mariadb-server",
|
||||||
"python3-pip",
|
"python3-pip",
|
||||||
"python3-venv",
|
"python3-venv",
|
||||||
"cython3",
|
"cython3",
|
||||||
|
|
Loading…
Add table
Reference in a new issue