Require gettext for all non-SUSE distros

This fixes the failing release-notes job. I guess there was some change
to the base gate images since the related change? We've definitely
landed other patches that would've built release notes since then...

Change-Id: Iaf6296886b653f0ac3e9db52a886ea3fe4a3bd20
Related-Change: Iff24a2b02b8927113d616a5af06331f1a1e31170
This commit is contained in:
Tim Burke 2018-10-22 18:05:11 +00:00
parent c6f9a0e57b
commit b5a91724e7
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@
build-essential [platform:dpkg]
linux-headers [platform:apk]
gcc [platform:rpm platform:apk]
gettext [!platform:suse platform:apk]
gettext [!platform:suse]
gettext-runtime [platform:suse]
liberasurecode-dev [platform:dpkg]
# There's no library in CentOS 7 but Fedora and openSUSE have it.