diff --git a/scripts/_common.sh b/scripts/_common.sh index d9709c5..77dad47 100644 --- a/scripts/_common.sh +++ b/scripts/_common.sh @@ -72,6 +72,8 @@ install_source() { install_dependance() { ynh_install_app_dependencies python2.7 python-pip python-setuptools python-simplejson python-imaging python-mysqldb python-flup expect python-requests python-dev + # Upgrade setuptools for jessie because the new moviepy package is not compatible with setuptools 5.x + [ "$(lsb_release --codename --short)" = "jessie" ] && pip install --upgrade setuptools pip install pillow moviepy }