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: Ide59346a03f4aea2d6ec4b410e102faeddf2bac4
Signed-off-by: Takashi Kajinami <kajinamit@oss.nttdata.com>
This commit is contained in:
Takashi Kajinami
2026-01-21 08:48:06 +09:00
parent 0a93733293
commit 68f22c209d
2 changed files with 2 additions and 2 deletions

View File

@@ -8,4 +8,4 @@ libffi-dev [compile test platform:dpkg]
libssl-dev [compile test platform:dpkg]
python3-dev [compile test platform:dpkg]
python3-devel [compile test platform:rpm]
libpcre3-dev [test platform:dpkg]
libpcre2-dev [test platform:dpkg]

View File

@@ -4,7 +4,7 @@ sphinx>=2.0.0,!=2.1.0 # BSD
sphinxcontrib-apidoc>=0.2.0 # BSD
# redirect tests in docs
whereto>=0.4.0 # Apache-2.0
whereto>=0.5.0 # Apache-2.0
# Install these to generate sphinx autodocs
aodhclient>=0.9.0 # Apache-2.0