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
This commit is contained in:
parent
387abfacb7
commit
d1dd1aa856
@ -26,3 +26,4 @@ horizon_apt_packages:
|
||||
- libxslt1.1
|
||||
- openssl
|
||||
- python-mysqldb # required by the Ansible mysql_db module
|
||||
- gettext
|
||||
|
Loading…
Reference in New Issue
Block a user