mirror of
https://github.com/YunoHost-Apps/funkwhale_ynh.git
synced 2024-09-03 18:36:24 +02:00
cleanups
This commit is contained in:
parent
db915eb043
commit
ff8a084b0e
1 changed files with 0 additions and 4 deletions
|
@ -90,10 +90,6 @@ pushd $install_dir
|
||||||
pip install --upgrade pip
|
pip install --upgrade pip
|
||||||
pip install --upgrade setuptools
|
pip install --upgrade setuptools
|
||||||
ynh_exec_warn_less pip install wheel
|
ynh_exec_warn_less pip install wheel
|
||||||
|
|
||||||
ls -lah /$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'
|
# 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
|
ynh_exec_warn_less pip install -r api/requirements.txt
|
||||||
|
|
Loading…
Reference in a new issue