mirror of
https://github.com/YunoHost-Apps/seafile_ynh.git
synced 2024-09-03 20:26:01 +02:00
fix dependances
This commit is contained in:
parent
9b32d41a96
commit
3b86ec5663
1 changed files with 2 additions and 2 deletions
|
@ -29,7 +29,7 @@ install_source_7_0() {
|
||||||
}
|
}
|
||||||
|
|
||||||
install_dependance() {
|
install_dependance() {
|
||||||
ynh_install_app_dependencies python3 python3-setuptools python3-pip python3-requests python3-dev \
|
ynh_install_app_dependencies python3 python3-setuptools python3-pip python3-requests python3-dev libmariadb-dev-compat libmariadb-dev \
|
||||||
expect ffmpeg \
|
expect ffmpeg \
|
||||||
memcached libmemcached-dev \
|
memcached libmemcached-dev \
|
||||||
libjpeg62-turbo-dev zlib1g-dev # For building pillow
|
libjpeg62-turbo-dev zlib1g-dev # For building pillow
|
||||||
|
|
Loading…
Reference in a new issue