Fix python dependances

This commit is contained in:
Josué Tille 2019-03-29 23:26:39 +01:00
parent db4035f733
commit f28bb98edd
No known key found for this signature in database
GPG key ID: D5E068C6DFA8681D

View file

@ -60,7 +60,7 @@ install_source() {
install_dependance() {
ynh_install_app_dependencies python2.7 python-pip libpython2.7 python-setuptools python-ldap python-urllib3 python-simplejson python-imaging python-mysqldb python-flup expect python-requests python-dev ffmpeg python-memcache \
libjpeg62-turbo-dev zlib1g-dev # For building pillow
pip install --upgrade 'Pillow==4.3.0' moviepy
pip install --upgrade Pillow 'moviepy<1.0'
}
ynh_clean_setup () {