mirror of
https://github.com/YunoHost-Apps/seafile_ynh.git
synced 2024-09-03 20:26:01 +02:00
Fix pip installation error, issue #55
This commit is contained in:
parent
874ff38bc4
commit
2574d127bc
1 changed files with 1 additions and 1 deletions
|
@ -115,7 +115,7 @@ 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
|
||||
pip install Pillow 'moviepy<1.0' 'imageio<2.8' certifi idna
|
||||
}
|
||||
|
||||
ynh_clean_setup () {
|
||||
|
|
Loading…
Reference in a new issue