mirror of
https://github.com/YunoHost-Apps/seafile_ynh.git
synced 2024-09-03 20:26:01 +02:00
Fix dependance to build pillow
This commit is contained in:
parent
a024a62523
commit
3f79999ba1
1 changed files with 1 additions and 1 deletions
|
@ -74,7 +74,7 @@ install_source() {
|
||||||
|
|
||||||
install_dependance() {
|
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 \
|
ynh_install_app_dependencies python2.7 python-pip python-setuptools python-simplejson python-imaging python-mysqldb python-flup expect python-requests python-dev \
|
||||||
libtiff5-dev libjpeg8-dev zlib1g-dev libfreetype6-dev liblcms2-dev libwebp-dev libharfbuzz-dev libfribidi-dev tcl8.6-dev tk8.6-dev python-tk # For building pillow
|
libjpeg62-turbo-dev zlib1g-dev # For building pillow
|
||||||
# Upgrade setuptools for jessie because the new moviepy package is not compatible with setuptools 5.x
|
# 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
|
[ "$(lsb_release --codename --short)" = "jessie" ] && pip install --upgrade setuptools
|
||||||
pip install --upgrade pillow moviepy
|
pip install --upgrade pillow moviepy
|
||||||
|
|
Loading…
Add table
Reference in a new issue