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:
parent
bc178da636
commit
c4befdfa54
1 changed files with 0 additions and 3 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Reference in a new issue