From b1a50e67a1e913088b65bbef0b993a86bbdd6338 Mon Sep 17 00:00:00 2001 From: Takashi Kajinami Date: Mon, 8 Dec 2025 01:17:51 +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/requirements/+/971428 Change-Id: I5ae44fa16128bb8dc9817a2bf2c8e349db75156b Signed-off-by: Takashi Kajinami --- bindep.txt | 4 ++-- doc/requirements.txt | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/bindep.txt b/bindep.txt index 7487cc7886..907a25f479 100644 --- a/bindep.txt +++ b/bindep.txt @@ -50,8 +50,8 @@ sqlite-devel [platform:rpm test] texlive [pdf-docs] texlive-latex-recommended [pdf-docs] texlive-xetex [pdf-docs] -libpcre3-dev [platform:dpkg doc] -pcre-devel [platform:rpm doc] +libpcre2-dev [platform:dpkg doc] +pcre2-devel [platform:rpm doc] # Nova 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 at # runtime and in unit tests. Net result is the same that lsscsi will be diff --git a/doc/requirements.txt b/doc/requirements.txt index 4bdd53eae0..9815ddae7c 100644 --- a/doc/requirements.txt +++ b/doc/requirements.txt @@ -8,7 +8,7 @@ openstackdocstheme>=2.2.0 # Apache-2.0 reno>=3.1.0 # Apache-2.0 # redirect tests in docs -whereto>=0.3.0 # Apache-2.0 +whereto>=0.5.0 # Apache-2.0 # needed to generate osprofiler config options osprofiler>=1.4.0 # Apache-2.0