mirror of
https://github.com/YunoHost-Apps/seafile_ynh.git
synced 2024-09-03 20:26:01 +02:00
Add python-pip as dependance
This commit is contained in:
parent
b6bc5151d2
commit
6c37eddd3b
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue