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:
parent
2749e7b7bf
commit
c42afd185d
2 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue