summaryrefslogtreecommitdiff
path: root/bindep.txt
diff options
context:
space:
mode:
authorClark Boylan <clark.boylan@gmail.com>2020-05-07 10:47:28 -0700
committerClark Boylan <clark.boylan@gmail.com>2020-05-07 10:47:28 -0700
commit7381be2573d78e8e78885d7ca45cdb78cdb707ff (patch)
treede4b20d8710bc13e0ef9f333f44f26f9af0d3ee7 /bindep.txt
parent9bb22cdec73b37693f4531bf4910c9117bcae074 (diff)
downloadzuul-7381be2573d78e8e78885d7ca45cdb78cdb707ff.tar.gz
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
Diffstat (limited to 'bindep.txt')
-rw-r--r--bindep.txt8
1 files changed, 6 insertions, 2 deletions
diff --git a/bindep.txt b/bindep.txt
index 619153fc1..62bd00c4b 100644
--- a/bindep.txt
+++ b/bindep.txt
@@ -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]