summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMonty Taylor <mordred@inaugust.com>2021-08-26 12:04:54 -0500
committerJames E. Blair <jim@acmegating.com>2021-08-26 17:10:05 -0700
commit3479d3eabbcfb0a142447297707f730f37b48af8 (patch)
treecd9a7c72c9fa19b6d763b3db80a9455d902cdfeb
parentd7e38789343e5f422ad0141ca87eb65c6b41b49b (diff)
downloadzuul-3479d3eabbcfb0a142447297707f730f37b48af8.tar.gz
Update bindep for debian bullseye
The container images are based on opendevorg/python-base which is based on python which is based on debian. Upstream python image has updated from buster to bullseye. Once that makes it through opendevorg/python-base, our images will start being bullseye. Make the bindep entries forward compatible with such a future. Change-Id: I71182e9d3e6e930977a9f983b37743ee3300ec91
-rw-r--r--bindep.txt5
1 files changed, 3 insertions, 2 deletions
diff --git a/bindep.txt b/bindep.txt
index d8695dc19..8854a58a0 100644
--- a/bindep.txt
+++ b/bindep.txt
@@ -25,8 +25,8 @@ libssl1.1 [platform:debian platform:ubuntu-bionic]
libssl1.0.0 [platform:ubuntu-xenial]
libffi-dev [compile test platform:dpkg platform:apk]
libffi [platform:apk]
-libffi7 [platform:ubuntu-focal]
-libffi6 [platform:dpkg !platform:ubuntu-focal]
+libffi7 [platform:ubuntu-focal platform:debian-bullseye]
+libffi6 [platform:dpkg !platform:ubuntu-focal !platform:debian-bullseye]
libffi-devel [compile test platform:rpm]
libyaml-0-2 [platform:dpkg platform:suse]
libyaml [platform:redhat]
@@ -39,6 +39,7 @@ python3-devel [compile test platform:rpm]
bubblewrap [!platform:ubuntu-xenial]
socat
libre2-dev [compile test platform:dpkg]
+libre2-9 [platform:debian-bullseye]
libre2-5 [platform:debian-buster]
libre2-4 [platform:ubuntu-bionic]
libre2-3 [platform:debian-stretch]