1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/endi_ynh.git synced 2024-09-03 18:35:54 +02:00

Remove fix

This commit is contained in:
Salamandar 2024-07-14 16:22:32 +02:00
parent bc178da636
commit c4befdfa54

View file

@ -27,9 +27,6 @@ _ynh_caerp_build_python() {
python_venv_site_packages=$(_ynh_python_venv_get_site_packages_dir -d "$install_dir/venv") python_venv_site_packages=$(_ynh_python_venv_get_site_packages_dir -d "$install_dir/venv")
pushd "$install_dir/caerp" 2>&1 pushd "$install_dir/caerp" 2>&1
# Might be a fix for `AttributeError: module 'lib' has no attribute 'X509_V_FLAG_NOTIFY_POLICY'`
ynh_exec_as "$app" "$install_dir/venv/bin/python3" -m pip uninstall cryptography
ynh_exec_as "$app" "$install_dir/venv/bin/python3" -m pip install -r requirements.txt ynh_exec_as "$app" "$install_dir/venv/bin/python3" -m pip install -r requirements.txt
ynh_exec_as "$app" "$install_dir/venv/bin/python3" ./setup.py install 2>&1 ynh_exec_as "$app" "$install_dir/venv/bin/python3" ./setup.py install 2>&1
popd 2>&1 popd 2>&1