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

Fix Installation

This commit is contained in:
Jean-Baptiste Holcroft 2017-12-28 09:39:44 +01:00
parent 58c98267fa
commit 74f93c22e5
2 changed files with 2 additions and 2 deletions

View file

@ -200,7 +200,7 @@ virtualenv "${final_path}/venv"
(
set +eu
source "${final_path}/venv/bin/activate"
"${final_path}/venv/bin/pip" install Weblate=="$current_version"
"${final_path}/venv/bin/pip" install Weblate=="$current_version" django==1.11.8
"${final_path}/venv/bin/pip" install pytz python-bidi PyYaML Babel pyuca pylibravatar pydns psycopg2 python-memcached
# specific to YunoHost package:
"${final_path}/venv/bin/pip" install django_sendmail_backend

View file

@ -125,7 +125,7 @@ settings_diff="$final_path/settings.${previous_version}_${current_version}.diff"
(
set +eu
source "${final_path}/venv/bin/activate"
"${final_path}/venv/bin/pip" install Weblate=="$current_version"
"${final_path}/venv/bin/pip" install Weblate=="$current_version" django==1.11.8
"${final_path}/venv/bin/pip" install pytz python-bidi PyYaML Babel pyuca pylibravatar pydns psycopg2 python-memcached
# specific to YunoHost package:
"${final_path}/venv/bin/pip" install django_sendmail_backend