From 8592610b0f80e7ef9e65cb4a0a8ba8d6004fc6bf Mon Sep 17 00:00:00 2001 From: Thomas <51749973+Thovi98@users.noreply.github.com> Date: Mon, 27 Mar 2023 22:32:44 +0200 Subject: [PATCH] Test pip install toml for fail2ban --- scripts/install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/install b/scripts/install index d64b102..28db172 100644 --- a/scripts/install +++ b/scripts/install @@ -89,7 +89,7 @@ pushd $install_dir 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