diff --git a/scripts/install b/scripts/install index 2937915..5ca688e 100644 --- a/scripts/install +++ b/scripts/install @@ -95,7 +95,7 @@ pushd $install_dir ls -lah /$install_dir/api/ ls -lah /$install_dir/front/ # 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_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 popd