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: I12a23a4c05a5b02564c0724dd052c2ab508b8191 Signed-off-by: Takashi Kajinami <kajinamit@oss.nttdata.com>
14 lines
494 B
Plaintext
14 lines
494 B
Plaintext
# The order of packages is significant, because pip processes them in the order
|
|
# of appearance. Changing the order has an impact on the overall integration
|
|
# process, which may cause wedges in the gate later.
|
|
openstackdocstheme>=2.2.7 # Apache-2.0
|
|
reno>=3.2.0 # Apache-2.0
|
|
sphinx>=3.5.1 # BSD
|
|
Pygments>=2.6.1 # BSD license
|
|
os-api-ref>=2.1.0 # Apache-2.0
|
|
sphinxcontrib-apidoc>=0.3.0 # BSD
|
|
sphinx-feature-classification>=1.1.0 # Apache 2.0
|
|
|
|
# redirect tests in docs
|
|
whereto>=0.5.0 # Apache-2.0
|