Fix translation jobs following horizon change

Change I38a1c2c3455a10b4852d25f6c39b3c21f5c450fc in horizon broke the
translation jobs for dashboard projects, example failure:
http://zuul.opendev.org/t/openstack/build/a636f60d416948849d5402de9ae83b1a/

Follow horizon bindep change and install libpcre3-dev to fix it.

Change-Id: Ib9e7627ed7cdc24cd2db423aba8db82099788ce4
This commit is contained in:
Andreas Jaeger 2020-03-18 22:41:45 +01:00
parent 9a49d142b2
commit 96680e8177
1 changed files with 1 additions and 0 deletions

View File

@ -10,6 +10,7 @@
name:
- "{{ zanata_jre_package }}"
- gettext
- libpcre3-dev
state: present
become: yes