mirror of
https://github.com/YunoHost-Apps/synapse_ynh.git
synced 2024-09-03 20:26:38 +02:00
Don't upgrade pip in global system
This commit is contained in:
parent
e59be61e1f
commit
8afb6f9d58
3 changed files with 0 additions and 8 deletions
|
@ -100,8 +100,6 @@ test ! -e /etc/matrix-$app/dh.pem && \
|
|||
# WARRNING : theses command are used in INSTALL, UPGRADE, RESTORE
|
||||
# For any update do it in all files
|
||||
ynh_install_app_dependencies coturn build-essential python2.7-dev libffi-dev python-pip python-setuptools sqlite3 libssl-dev python-virtualenv libxml2-dev libxslt1-dev python-lxml libjpeg-dev libpq-dev postgresql acl
|
||||
pip install --upgrade pip
|
||||
hash -d pip
|
||||
pip install --upgrade virtualenv
|
||||
|
||||
#=================================================
|
||||
|
|
|
@ -60,8 +60,6 @@ ynh_restore
|
|||
# WARRNING : theses command are used in INSTALL, UPGRADE, RESTORE
|
||||
# For any update do it in all files
|
||||
ynh_install_app_dependencies coturn build-essential python2.7-dev libffi-dev python-pip python-setuptools sqlite3 libssl-dev python-virtualenv libxml2-dev libxslt1-dev python-lxml libjpeg-dev libpq-dev postgresql acl
|
||||
pip install --upgrade pip
|
||||
hash -d pip
|
||||
pip install --upgrade virtualenv
|
||||
|
||||
#=================================================
|
||||
|
|
|
@ -120,8 +120,6 @@ then
|
|||
# WARRNING : theses command are used in INSTALL, UPGRADE, RESTORE
|
||||
# For any update do it in all files
|
||||
ynh_install_app_dependencies coturn build-essential python2.7-dev libffi-dev python-pip python-setuptools sqlite3 libssl-dev python-virtualenv libxml2-dev libxslt1-dev python-lxml libjpeg-dev libpq-dev postgresql acl
|
||||
pip install --upgrade pip
|
||||
hash -d pip
|
||||
pip install --upgrade virtualenv
|
||||
|
||||
#=================================================
|
||||
|
@ -172,8 +170,6 @@ else
|
|||
|
||||
# We set all necessary environement variable to create a python virtualenvironnement.
|
||||
source $final_path/bin/activate
|
||||
pip install --upgrade pip
|
||||
hash -d pip
|
||||
pip install --upgrade setuptools
|
||||
pip install --upgrade cffi ndg-httpsclient psycopg2 lxml
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue