mirror of
https://github.com/YunoHost-Apps/seafile_ynh.git
synced 2024-09-03 20:26:01 +02:00
Reorder dependancy
This commit is contained in:
parent
a8bd9d6dc0
commit
c11bee6b95
1 changed files with 4 additions and 3 deletions
|
@ -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]
|
||||
|
|
Loading…
Add table
Reference in a new issue