Merge branch 'master' of github.com:YunoHost-Apps/seafile_ynh

This commit is contained in:
Josué Tille 2017-08-14 18:36:41 +02:00
commit 622835b35a

View file

@ -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
}