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:
+2
-2
@@ -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]
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user