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

Remove psycopg2 warning

This commit is contained in:
Jean-Baptiste Holcroft 2018-04-08 11:03:50 +02:00
parent 0c26641287
commit d3f6f73b91
2 changed files with 2 additions and 2 deletions

View file

@ -187,7 +187,7 @@ virtualenv "${final_path}/venv"
# prevent error: "command: 'install_requires' must be a string or list of strings containing valid project/version requirement specifiers"
pip install --upgrade setuptools
pip install Weblate=="$current_version"
pip install pytz python-bidi PyYaML Babel pyuca pylibravatar pydns psycopg2 python-memcached phply
pip install pytz python-bidi PyYaML Babel pyuca pylibravatar pydns psycopg2-binary python-memcached phply
# specific to YunoHost package:
pip install django_sendmail_backend
)

View file

@ -162,7 +162,7 @@ settings_diff="$final_path/settings.${previous_version}_${current_version}.diff"
# prevent error: "command: 'install_requires' must be a string or list of strings containing valid project/version requirement specifiers"
pip install --upgrade setuptools
pip install Weblate=="$current_version"
pip install pytz python-bidi PyYaML Babel pyuca pylibravatar pydns psycopg2 python-memcached phply
pip install pytz python-bidi PyYaML Babel pyuca pylibravatar pydns psycopg2-binary python-memcached phply
# specific to YunoHost package:
pip install django_sendmail_backend
)