Remove FFmpeg as dependance

For now FFmpeg is not available in debian 8 so we remove as dependance
This commit is contained in:
Josue-T 2017-08-14 16:09:50 +02:00 committed by GitHub
parent 40ec2d416c
commit d305168d2b

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
}