barbican/bindep.txt
Ghanshyam Mann ccaa10394d Update gate jobs as per the 2025.1 cycle testing runtime
As per 2025.1 testing runtime[1], we need to test on Ubuntu
Noble (which will be taken care by depends-on tempest and devstack
patches to move base jobs to Noble) and at least single job to run on
Ubuntu Jammy (for smooth upgrade from previous releases).

This commit adds a new job to run on Jammy which can be removed
in future cycle when testing runtime test next version of Ubuntu
as default.

Currently doc job running on Noble fail with the below error
which is fixed by installing libjpeg-dev package
 - ERROR: ERROR: Failed to build installable wheels for some pyproject.toml based projects (Pillow)

Closes-Bug: #2088355

Depends-On: https://review.opendev.org/c/openstack/barbican-tempest-plugin/+/932946

[1] https://governance.openstack.org/tc/reference/runtimes/2025.1.html

Change-Id: I1b6332763c02b08cf2d1e0be9f1ed46e73b963f0
2024-11-17 02:56:01 +00:00

26 lines
709 B
Plaintext

# See openstack-infra/project-config:jenkins/data/bindep-fallback.txt
# This is used by bindep: sudo [apt-get | yum] install $(bindep -b)
nss-devel [platform:rpm]
libnss3-dev [platform:dpkg]
libjpeg-dev [platform:dpkg]
gettext [test]
graphviz [doc test]
# Required for the Dogtag plugin
# Comment out for now -- these are not installing due to need to
# enable idm module
# yum module enable idm:DL1
# 389-ds-base [platform:rpm]
# pki-ca [platform:rpm]
# pki-kra [platform:rpm]
#Required for cryptography lib
libssl-dev [platform:dpkg]
openssl-devel [platform:rpm]
# libsrvg2 is needed for sphinxcontrib-svg2pdfconverter in docs builds.
librsvg2-tools [doc platform:rpm]
librsvg2-bin [doc platform:dpkg]