From b0d9096c416367950560547d66cac6f24d6e9ff7 Mon Sep 17 00:00:00 2001 From: Takashi Kajinami Date: Wed, 21 Jan 2026 23:59:14 +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/+/97142 Change-Id: I94d579524ae89a0390440644616f621f99f634fd Signed-off-by: Takashi Kajinami --- bindep.txt | 4 ++-- test-requirements.txt | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/bindep.txt b/bindep.txt index 1df623ddc8..ef1ae3ef63 100644 --- a/bindep.txt +++ b/bindep.txt @@ -26,8 +26,8 @@ fonts-freefont-otf [platform:dpkg] xindy [platform:dpkg] latexmk [platform:dpkg] gcc [platform:dpkg] -pcre-devel [platform:rpm] -libpcre3-dev [platform:dpkg] +pcre2-devel [platform:rpm] +libpcre2-dev [platform:dpkg] texlive [platform:rpm] texlive-fncychap [platform:rpm] texlive-gnu-freefont [platform:rpm] diff --git a/test-requirements.txt b/test-requirements.txt index 8d9e4cbc38..913287fdf7 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -26,4 +26,4 @@ percache>=0.3.0 Babel>=2.3.4,!=2.4.0 # BSD # For testing htaccess file contents -whereto>=0.3.0 # Apache-2.0 +whereto>=0.5.0 # Apache-2.0