a6d98e8f22
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: Ibd5440bee268e20d6da574f1014d953cbb9e6620 Signed-off-by: Takashi Kajinami <kajinamit@oss.nttdata.com>
12 lines
454 B
Plaintext
12 lines
454 B
Plaintext
# This is a cross-platform list tracking distribution packages needed by tests;
|
|
# see http://docs.openstack.org/infra/bindep/ for additional information.
|
|
|
|
python3-all-dev [platform:ubuntu !platform:ubuntu-precise]
|
|
python3-dev [platform:dpkg]
|
|
python3-devel [platform:fedora]
|
|
python3-yaml [platform:ubuntu]
|
|
git-review [platform:ubuntu]
|
|
libre2-dev [platform:ubuntu]
|
|
# This is for python-pcre which is a dependency of whereto.
|
|
libpcre2-dev [platform:ubuntu]
|