Replace obsolete PCRE packages

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>
This commit is contained in:
Takashi Kajinami
2026-01-20 23:23:22 +09:00
parent f77fc29df9
commit 2dc1871d7b

View File

@@ -15,7 +15,9 @@ libldap-dev [platform:dpkg]
# There are no wheels for pillow on py3.12 so we need to enable building it
libjpeg-dev [platform:dpkg]
libpcre3-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]