From 2dc1871d7bc81125141841568464af9bd74816a8 Mon Sep 17 00:00:00 2001 From: Takashi Kajinami Date: Tue, 20 Jan 2026 23:23:22 +0900 Subject: [PATCH] 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 --- bindep.txt | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/bindep.txt b/bindep.txt index 2ac0b9c..d675fe5 100644 --- a/bindep.txt +++ b/bindep.txt @@ -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]