Update bindep to include libyaml

This updates bindep to include libyaml so that we use the C yaml parser
in testing and on our container images. This should speed up zuul in
some cases.

Change-Id: I4895f60fac248c9890ec80b03decad7973be52d5
This commit is contained in:
Clark Boylan 2020-05-07 10:47:28 -07:00
parent 9bb22cdec7
commit 7381be2573
1 changed files with 6 additions and 2 deletions

View File

@ -26,11 +26,15 @@ libssl1.1 [platform:debian platform:ubuntu-bionic]
libssl1.0.0 [platform:ubuntu-xenial]
libffi-dev [compile test platform:dpkg platform:apk]
libffi [platform:apk]
gmp [platform:apk]
procps [platform:apk]
libffi7 [platform:ubuntu-focal]
libffi6 [platform:dpkg !platform:ubuntu-focal]
libffi-devel [compile test platform:rpm]
libyaml-0-2 [platform:dpkg platform:suse]
libyaml [platform:redhat]
libyaml-dev [platform:dpkg compile test]
libyaml-devel [platform:rpm compile test]
gmp [platform:apk]
procps [platform:apk]
python3-dev [compile test platform:dpkg platform:apk]
python3-devel [compile test platform:rpm]
python3.7 [test platform:ubuntu-bionic]