Skip to content

Commit 68f22c2

Browse files
committed
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>
1 parent 0a93733 commit 68f22c2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

bindep.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@ libffi-dev [compile test platform:dpkg]
88
libssl-dev [compile test platform:dpkg]
99
python3-dev [compile test platform:dpkg]
1010
python3-devel [compile test platform:rpm]
11-
libpcre3-dev [test platform:dpkg]
11+
libpcre2-dev [test platform:dpkg]

doc/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ sphinx>=2.0.0,!=2.1.0 # BSD
44
sphinxcontrib-apidoc>=0.2.0 # BSD
55

66
# redirect tests in docs
7-
whereto>=0.4.0 # Apache-2.0
7+
whereto>=0.5.0 # Apache-2.0
88

99
# Install these to generate sphinx autodocs
1010
aodhclient>=0.9.0 # Apache-2.0

0 commit comments

Comments
 (0)