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 <kajinamit@oss.nttdata.com>
This commit is contained in:
Takashi Kajinami
2026-01-21 23:59:14 +09:00
parent 359204c992
commit b0d9096c41
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -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]
+1 -1
View File
@@ -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