From 1decda965fa081bc1fd9ee280dec50089740ee58 Mon Sep 17 00:00:00 2001 From: Jean-Baptiste Holcroft Date: Mon, 15 Oct 2018 21:51:26 +0200 Subject: [PATCH] temp --- conf/settings_history/settings.3.2.0.py | 1 + scripts/install | 2 ++ 2 files changed, 3 insertions(+) diff --git a/conf/settings_history/settings.3.2.0.py b/conf/settings_history/settings.3.2.0.py index 8800bc5..e2e7b72 100644 --- a/conf/settings_history/settings.3.2.0.py +++ b/conf/settings_history/settings.3.2.0.py @@ -56,6 +56,7 @@ BASE_DIR = '__FINALPATH__' # Data directory DATA_DIR = os.path.join(BASE_DIR, 'data') +TTF_PATH = '/usr/share/fonts-droid-fallback/truetype/' # Local time zone for this installation. Choices can be found here: # http://en.wikipedia.org/wiki/List_of_tz_zones_by_name diff --git a/scripts/install b/scripts/install index 6d99a0f..a8ebf42 100755 --- a/scripts/install +++ b/scripts/install @@ -198,6 +198,8 @@ virtualenv "${final_path}/venv" pip install pytz python-bidi PyYaML Babel pyuca pylibravatar pydns psycopg2-binary python-memcached phply # specific to YunoHost package: pip install django_sendmail_backend + # fix https://github.com/WeblateOrg/weblate/issues/2294 + pip install backports.csv ) #=================================================