From d1dd1aa856b32d03da2e0c56e517da623917daf4 Mon Sep 17 00:00:00 2001 From: Andy McCrae Date: Thu, 11 Aug 2016 11:28:50 -0500 Subject: [PATCH] Add required gettext package for compilemessages The Xenial gate is failing due to missing "gettext" package, which is required for the "horizon-manage.py compilemessages" command to run. This PR adds gettext as a package to install and should ensure the Xenial gate now passes successfully. Change-Id: Ib744121b002970e606b86dde4ed356184433cba7 --- vars/debian.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/vars/debian.yml b/vars/debian.yml index 94610d47..677eacc4 100644 --- a/vars/debian.yml +++ b/vars/debian.yml @@ -26,3 +26,4 @@ horizon_apt_packages: - libxslt1.1 - openssl - python-mysqldb # required by the Ansible mysql_db module + - gettext