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/+/971428 Change-Id: Ibf96fca5c25e4b26ce35d9aef0d7f06b28cb391b Signed-off-by: Takashi Kajinami <kajinamit@oss.nttdata.com>
23 lines
715 B
Plaintext
23 lines
715 B
Plaintext
# This is a cross-platform list tracking distribution packages needed by tests;
|
|
# see https://docs.opendev.org/opendev/bindep/latest/ for additional information.
|
|
|
|
build-essential [platform:dpkg]
|
|
dbus-devel [platform:rpm]
|
|
dbus-glib-devel [platform:rpm]
|
|
gettext
|
|
language-pack-en [platform:ubuntu]
|
|
libdbus-1-dev [platform:dpkg]
|
|
libdbus-glib-1-dev [platform:dpkg]
|
|
libffi-dev [platform:dpkg]
|
|
libffi-devel [platform:rpm]
|
|
libssl-dev [platform:ubuntu]
|
|
libuuid-devel [platform:rpm]
|
|
locales [platform:debian]
|
|
openssl
|
|
python3-all-dev [platform:ubuntu !platform:ubuntu-precise]
|
|
python3-dev [platform:dpkg]
|
|
python3-devel [platform:fedora]
|
|
uuid-dev [platform:dpkg]
|
|
libpcre2-dev [platform:dpkg doc]
|
|
pcre2-devel [platform:rpm doc]
|