mirror of
https://github.com/YunoHost-Apps/synapse_ynh.git
synced 2024-09-03 20:26:38 +02:00
Solve issue about ndg-httpsclient install
This commit is contained in:
parent
2d6bb3b187
commit
4ce950a47d
1 changed files with 1 additions and 0 deletions
|
@ -10,6 +10,7 @@ synapse_version="0.22.0"
|
|||
install_dependances() {
|
||||
ynh_install_app_dependencies coturn build-essential python2.7-dev libffi-dev python-pip python-setuptools sqlite3 libssl-dev python-virtualenv libjpeg-dev libpq-dev postgresql
|
||||
pip install --upgrade pip
|
||||
pip install --upgrade cffi
|
||||
pip install --upgrade ndg-httpsclient
|
||||
pip install --upgrade virtualenv
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue