mirror of
https://github.com/YunoHost-Apps/seafile_ynh.git
synced 2024-09-03 20:26:01 +02:00
Remove FFmpeg as dependance
For now FFmpeg is not available in debian 8 so we remove as dependance
This commit is contained in:
parent
40ec2d416c
commit
d305168d2b
1 changed files with 1 additions and 1 deletions
|
@ -90,7 +90,7 @@ extract_source() {
|
|||
}
|
||||
|
||||
install_dependance() {
|
||||
ynh_install_app_dependencies python2.7 python-setuptools python-simplejson python-imaging python-mysqldb python-flup expect ffmpeg python-requests python-dev
|
||||
ynh_install_app_dependencies python2.7 python-setuptools python-simplejson python-imaging python-mysqldb python-flup expect python-requests python-dev
|
||||
pip install pillow moviepy
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue