diff --git a/scripts/install b/scripts/install index 2735748..0ee8895 100644 --- a/scripts/install +++ b/scripts/install @@ -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" diff --git a/scripts/upgrade b/scripts/upgrade index 183c100..1c4912b 100644 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -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