mirror of
https://github.com/YunoHost-Apps/synapse_ynh.git
synced 2024-09-03 20:26:38 +02:00
Install python cffi and ndg-httpsclient in virtualenv
This commit is contained in:
parent
df669631ab
commit
dc4de2633b
1 changed files with 2 additions and 2 deletions
|
@ -10,8 +10,6 @@ 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
|
||||
}
|
||||
|
||||
|
@ -28,6 +26,8 @@ install_from_source() {
|
|||
cp ../conf/virtualenv_activate $final_path/bin/activate
|
||||
source $final_path/bin/activate
|
||||
pip install --upgrade pip
|
||||
pip install --upgrade cffi
|
||||
pip install --upgrade ndg-httpsclient
|
||||
pip install --upgrade setuptools
|
||||
pip install https://github.com/matrix-org/synapse/tarball/master
|
||||
pip install psycopg2
|
||||
|
|
Loading…
Reference in a new issue