diff --git a/README.md b/README.md index cbac454..9d403a0 100644 --- a/README.md +++ b/README.md @@ -210,7 +210,6 @@ Before installing a second instance of the app it's really recommended to update * Official app website: * Upstream app code repository: -* YunoHost documentation for this app: * Report a bug: ## Developer info diff --git a/README_fr.md b/README_fr.md index e9e4868..99b9c10 100644 --- a/README_fr.md +++ b/README_fr.md @@ -210,7 +210,6 @@ Before installing a second instance of the app it's really recommended to update * Site officiel de l’app : * Dépôt de code officiel de l’app : -* Documentation YunoHost pour cette app : * Signaler un bug : ## Informations pour les développeurs diff --git a/scripts/_common.sh b/scripts/_common.sh index 83fd3d9..b78a3b2 100755 --- a/scripts/_common.sh +++ b/scripts/_common.sh @@ -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