1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/libretranslate_ynh.git synced 2024-09-03 19:36:00 +02:00
This commit is contained in:
Thomas 2023-04-02 00:52:30 +02:00 committed by GitHub
parent 7fa133debe
commit 95ce5d855f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

@ -49,4 +49,4 @@ ram.runtime = "50M"
main.default = 5000
[resources.apt]
packages = "libicu-dev, python3-venv, python3-icu, pkg-config, python3, python3-pip, python3-dev, build-essential, libssl-dev, libffi-dev, python3-setuptools"
packages = "python3, python3-venv"

View file

@ -31,7 +31,7 @@ ynh_add_nginx_config
#=================================================
ynh_script_progression --message="Installing LibreTranslate..." --weight=1
sudo -u $app python3 -m pip install pipenv
ynh_exec_warn_less python3 -m pip install pipenv
pushd $install_dir
mkdir -p .venv