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:
parent
6537f170c3
commit
6d47809b6e
1 changed files with 2 additions and 7 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue