pcre3 was removed from recent debian-based releases (eg. Trixie[1]), while RHEL10/CentOS Stream 10 no longer ships pcre in favor of pcre2. Use the latest whereto library release (0.5.0) which uses pcre2 instead. [1] https://lists.debian.org/debian-devel/2021/11/msg00176.html Depends-on: https://review.opendev.org/c/openstack/requirements/+/971428 Change-Id: I12a23a4c05a5b02564c0724dd052c2ab508b8191 Signed-off-by: Takashi Kajinami <kajinamit@oss.nttdata.com>
53 lines
1.9 KiB
Plaintext
53 lines
1.9 KiB
Plaintext
# This is a cross-platform list tracking distribution packages needed for
|
|
# install and tests;
|
|
# see https://docs.openstack.org/infra/bindep/ for additional information.
|
|
|
|
build-essential [platform:dpkg test]
|
|
gcc [platform:rpm test]
|
|
# gettext and graphviz are needed by doc builds only. For transition,
|
|
# have them in both doc and test.
|
|
# TODO(jaegerandi): Remove test once infra scripts are updated.
|
|
gettext [!platform:suse doc test]
|
|
gettext-runtime [platform:suse doc test]
|
|
graphviz [doc test]
|
|
libffi-dev [platform:dpkg]
|
|
libffi-devel [platform:redhat]
|
|
libffi48-devel [platform:suse]
|
|
virtual/libffi [platform:gentoo]
|
|
libssl-dev [platform:dpkg]
|
|
openssl-devel [platform:rpm !platform:suse]
|
|
libopenssl-devel [platform:suse !platform:rpm]
|
|
locales [platform:debian]
|
|
mariadb [platform:rpm]
|
|
mariadb-server [platform:redhat platform:debian]
|
|
mariadb-devel [platform:redhat]
|
|
libmariadb-dev-compat [platform:debian]
|
|
libmysqlclient-dev [platform:ubuntu]
|
|
libmysqlclient-devel [platform:suse]
|
|
mysql-client [platform:dpkg !platform:debian]
|
|
mysql-server [platform:dpkg !platform:debian]
|
|
postgresql
|
|
postgresql-client [platform:dpkg]
|
|
postgresql-devel [platform:rpm]
|
|
postgresql-server [platform:rpm]
|
|
python3-devel [platform:rpm test]
|
|
libpq-dev [platform:dpkg]
|
|
thin-provisioning-tools [platform:debian]
|
|
libxml2-dev [platform:dpkg test]
|
|
libpcre2-dev [platform:dpkg doc]
|
|
pcre2-devel [platform:rpm doc]
|
|
libxslt-devel [platform:rpm test]
|
|
libxslt1-dev [platform:dpkg test]
|
|
cryptsetup [platform:rpm]
|
|
cryptsetup-bin [platform:dpkg]
|
|
# Cinder uses lsscsi via os-brick. Due to bindep usage in devstack and
|
|
# elsewhere, we add it here to make sure it is picked up and available in
|
|
# os-brick tests. Net result is the same that lsscsi will be installed for any
|
|
# cinder installation.
|
|
lsscsi
|
|
qemu-img [platform:redhat]
|
|
qemu-tools [platform:suse]
|
|
qemu-utils [platform:dpkg]
|
|
libcgroup-tools [platform:rpm]
|
|
cgroup-tools [platform:dpkg]
|