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

Install and upgrade redis-py

This commit is contained in:
tituspijean 2023-12-31 12:08:06 +00:00 committed by Félix Piédallu
parent 2749e7b7bf
commit c42afd185d
2 changed files with 2 additions and 2 deletions

View file

@ -163,7 +163,7 @@ chown -R $app: "$final_path"
sudo --user=$app $final_path/venv/bin/pip install --force-reinstall --no-binary :all: cffi
# Still needed with latest version of weblate?
sudo --user=$app BORG_OPENSSL_PREFIX=/usr/lib/x86_64-linux-gnu/ $final_path/venv/bin/pip install Weblate=="$(ynh_app_upstream_version)"
sudo --user=$app $final_path/venv/bin/pip install psycopg2-binary ruamel.yaml aeidon phply
sudo --user=$app $final_path/venv/bin/pip install psycopg2-binary ruamel.yaml aeidon phply redis[hiredis]
#pip install pytz python-bidi PyYaML Babel pyuca pylibravatar py3dns psycopg2-binary phply django-redis hiredis aeidon ruamel.yaml
# specific to YunoHost package:
sudo --user=$app $final_path/venv/bin/pip install django_sendmail_backend

View file

@ -197,7 +197,7 @@ upgrade() {
sudo --user=$app $final_path/venv/bin/pip install --force-reinstall --no-binary :all: cffi
# Still needed with latest version of weblate?
sudo --user=$app $final_path/venv/bin/pip install --upgrade Weblate=="$new_version"
sudo --user=$app $final_path/venv/bin/pip install psycopg2-binary ruamel.yaml aeidon phply
sudo --user=$app $final_path/venv/bin/pip install --upgrade psycopg2-binary ruamel.yaml aeidon phply redis[hiredis]
#pip install pytz python-bidi PyYaML Babel pyuca pylibravatar py3dns psycopg2-binary phply django-redis hiredis aeidon ruamel.yaml
# specific to YunoHost package:
sudo --user=$app $final_path/venv/bin/pip install django_sendmail_backend