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

Use the last version of setuptools

This commit is contained in:
Tagada 2023-09-28 21:58:45 +02:00 committed by GitHub
parent 6537f170c3
commit 6d47809b6e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -46,13 +46,8 @@ install_sources() {
set +$u_arg;
source $final_path/bin/activate
set -$u_arg;
if [ $(lsb_release --codename --short) == "bullseye" ]; then
# Fix issue with setuptools https://github.com/pypa/setuptools/issues/3118
pip3 install --upgrade setuptools==60.8.2 wheel pip
else
pip3 install --upgrade setuptools wheel pip
fi
pip3 install --upgrade setuptools wheel pip
pip3 install --upgrade cffi ndg-httpsclient psycopg2 lxml jinja2
pip3 install --upgrade -r $YNH_APP_BASEDIR/conf/requirement_$(lsb_release --codename --short).txt