1
0
Fork 0
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:
Josue-T 2017-10-12 22:28:30 +02:00 committed by Josué Tille
parent df669631ab
commit dc4de2633b

View file

@ -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