From f28bb98edd9bd018acc168a22186cc79737373a0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Josu=C3=A9=20Tille?= Date: Fri, 29 Mar 2019 23:26:39 +0100 Subject: [PATCH] Fix python dependances --- scripts/_common.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/_common.sh b/scripts/_common.sh index e71d756..fb8074f 100644 --- a/scripts/_common.sh +++ b/scripts/_common.sh @@ -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 () {