Add python-pip as dependance

This commit is contained in:
Josué Tille 2017-11-16 17:32:11 +01:00
parent b6bc5151d2
commit 6c37eddd3b

View file

@ -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
}