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

Fix module import error of phply

This commit is contained in:
Jean-Baptiste Holcroft 2018-04-02 20:40:26 +02:00
parent 851eed2914
commit 4601aef1e0
2 changed files with 2 additions and 2 deletions

View file

@ -186,7 +186,7 @@ virtualenv --python=python3 "${final_path}/venv"
set -o nounset
pip install --upgrade pip
pip install Weblate=="$current_version"
pip install python-bidi PyYaML Babel pyuca pylibravatar py3dns psycopg2 python-memcached
pip install python-bidi PyYaML Babel pyuca pylibravatar py3dns psycopg2 python-memcached phply
# specific to YunoHost package:
pip install django_sendmail_backend
)

View file

@ -185,7 +185,7 @@ settings_diff="$final_path/settings.${previous_version}_${current_version}.diff"
set -o nounset
pip install --upgrade pip
pip install Weblate=="$current_version"
pip install python-bidi PyYaML Babel pyuca pylibravatar py3dns psycopg2 python-memcached
pip install python-bidi PyYaML Babel pyuca pylibravatar py3dns psycopg2 python-memcached phply
# specific to YunoHost package:
pip install django_sendmail_backend
)