1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/weblate_ynh.git synced 2024-10-01 13:35:04 +02:00

Merge pull request #28 from YunoHost-Apps/buster

[Buster] Fix python3.5 not existing
This commit is contained in:
Kayou 2020-06-25 11:17:01 +02:00 committed by GitHub
commit 1e3461b334
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 1 deletions

View file

@ -5,7 +5,7 @@ After=network.target
[Service]
Type=forking
User=__APP__
Group=__APP__
Group=www-data
PermissionsStartOnly=true
EnvironmentFile=__FINALPATH__/celery-weblate
WorkingDirectory=__FINALPATH__/

View file

@ -188,6 +188,7 @@ virtualenv --python=python3 "${final_path}/venv"
pip install --upgrade pip
# prevent error: "command: 'install_requires' must be a string or list of strings containing valid project/version requirement specifiers"
pip install --upgrade setuptools
pip install Django==2.2.*
pip install Weblate=="$current_version"
pip install pytz python-bidi PyYaML Babel pyuca pylibravatar py3dns psycopg2-binary phply django-redis hiredis aeidon ruamel.yaml
# specific to YunoHost package:

View file

@ -181,6 +181,7 @@ ynh_script_progression --message="Install weblate using PIP..." --weight=10
pip install --upgrade pip
# prevent error: "command: 'install_requires' must be a string or list of strings containing valid project/version requirement specifiers"
pip install --upgrade setuptools
pip install Django==2.2.*
pip install Weblate=="$current_version"
pip install pytz python-bidi PyYaML Babel pyuca pylibravatar py3dns psycopg2-binary phply django-redis hiredis aeidon ruamel.yaml
# specific to YunoHost package: