mirror of
https://github.com/YunoHost-Apps/weblate_ynh.git
synced 2024-10-01 13:35:04 +02:00
Merge remote-tracking branch 'origin/testing' into example
This commit is contained in:
commit
a420f85623
1 changed files with 2 additions and 1 deletions
|
@ -157,9 +157,10 @@ upgrade() {
|
|||
set -o nounset
|
||||
cd "${final_path}"
|
||||
|
||||
sudo --user=$app $final_path/venv/bin/pip install --upgrade pip setuptools wheel
|
||||
sudo --user=$app $final_path/venv/bin/pip install --upgrade pip
|
||||
# Tmp fix
|
||||
sudo --user=$app $final_path/venv/bin/pip install --upgrade cffi==1.14
|
||||
|
||||
# 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
|
||||
|
|
Loading…
Reference in a new issue