1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/funkwhale_ynh.git synced 2024-09-03 18:36:24 +02:00

fix fail2ban

This commit is contained in:
Thomas 2023-03-27 23:27:42 +02:00 committed by GitHub
parent 8592610b0f
commit 4169d787b3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -121,7 +121,7 @@ ynh_secure_remove --file="$install_dir/virtualenv"
source $install_dir/virtualenv/bin/activate
pip install --upgrade pip
pip install --upgrade setuptools
ynh_exec_warn_less pip install wheel
ynh_exec_warn_less pip install wheel toml
# Workaround for error AttributeError: module 'lib' has no attribute 'X509_V_FLAG_CB_ISSUER_CHECK'
ynh_replace_string --match_string="pyOpenSSL~=20.0.1" --replace_string="pyOpenSSL~=21.0.0" --target_file="$install_dir/api/requirements/base.txt"
ynh_exec_warn_less pip install -r api/requirements.txt