1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/synapse_ynh.git synced 2024-09-03 20:26:38 +02:00

Fix wheel dependances

This commit is contained in:
Josué Tille 2019-01-19 23:19:14 +01:00
parent 5a539f01d2
commit ca5bc8dba9
No known key found for this signature in database
GPG key ID: D5E068C6DFA8681D
2 changed files with 2 additions and 2 deletions

View file

@ -146,7 +146,7 @@ else
# We set all necessary environement variable to create a python virtualenvironnement.
source $final_path/bin/activate
pip3 install --upgrade pip
pip3 install --upgrade setuptools
pip3 install --upgrade setuptools wheel
pip3 install --upgrade cffi ndg-httpsclient psycopg2 lxml
ynh_setup_source "/tmp" "python_source"

View file

@ -107,7 +107,7 @@ else
# We set all necessary environement variable to create a python virtualenvironnement.
source $final_path/bin/activate
pip3 install --upgrade setuptools
pip3 install --upgrade setuptools wheel
pip3 install --upgrade cffi ndg-httpsclient psycopg2 lxml
# Download and check the checksum for the synapse source