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/cinder/+/970064 Depends-on: https://review.opendev.org/c/openstack/glance/+/970065 Depends-on: https://review.opendev.org/c/openstack/nova/+/970063 Depends-on: https://review.opendev.org/c/openstack/placement/+/970068 Change-Id: Ic04d588adc0c4807d16993e6867b839eefc1ea33 Signed-off-by: Takashi Kajinami <kajinamit@oss.nttdata.com>
25 lines
750 B
Plaintext
25 lines
750 B
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]
|
|
|
|
# Cinder/Keystone/... require ssl and crypt to be present
|
|
cryptsetup [platform:rpm]
|
|
cryptsetup-bin [platform:dpkg]
|
|
libssl-dev [platform:dpkg]
|
|
openssl-devel [platform:rpm]
|
|
libsasl2-dev [platform:dpkg]
|
|
libldap-dev [platform:dpkg]
|
|
|
|
# There are no wheels for pillow on py3.12 so we need to enable building it
|
|
libjpeg-dev [platform:dpkg]
|
|
|
|
libpcre2-dev [platform:dpkg doc]
|
|
pcre2-devel [platform:rpm doc]
|
|
|
|
# building rust with openssl requires pkg-config to be present
|
|
pkg-config [platform:dpkg]
|
|
libudev-dev [platform:dpkg]
|