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

mysqlclient instead of pymsql

This commit is contained in:
Jean-Baptiste Holcroft 2017-09-15 19:38:10 +02:00
parent bf636b0cd0
commit 81e5e699b5

View file

@ -137,7 +137,7 @@ virtualenv ${final_path}/venv
set +eu
source ${final_path}/venv/bin/activate
${final_path}/venv/bin/pip install Weblate==2.16
${final_path}/venv/bin/pip install pytz python-bidi PyYaML Babel pyuca pylibravatar pydns pymysql
${final_path}/venv/bin/pip install pytz python-bidi PyYaML Babel pyuca pylibravatar pydns mysqlclient
)
#=================================================