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
This commit is contained in:
Monty Taylor 2021-08-26 12:04:54 -05:00 committed by James E. Blair
parent d7e3878934
commit 3479d3eabb
1 changed files with 3 additions and 2 deletions

View File

@ -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]