From 6c37eddd3b0e28b6bc55326ef3cc5924eed6370f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Josu=C3=A9=20Tille?= Date: Thu, 16 Nov 2017 17:32:11 +0100 Subject: [PATCH] Add python-pip as dependance --- scripts/_common.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/_common.sh b/scripts/_common.sh index abbf7e4..3d75700 100644 --- a/scripts/_common.sh +++ b/scripts/_common.sh @@ -112,7 +112,7 @@ extract_source() { } install_dependance() { - ynh_install_app_dependencies python2.7 python-setuptools python-simplejson python-imaging python-mysqldb python-flup expect python-requests python-dev + ynh_install_app_dependencies python2.7 python-pip python-setuptools python-simplejson python-imaging python-mysqldb python-flup expect python-requests python-dev pip install pillow moviepy }