a1f3b836e2
Use the correct service name so that dogtag will actually get installed. Drop the mozilla-nss-devel pkg which no longer exists for Fedora 31. TODO: The job will still fail because devstack replaces the system python3-six pkg with some updated version, but pkispawn runs with "python3 -I" which ignores user-installed libs, causing it to fail with a "Cannot import six" error. Change-Id: I6cdab2d58f47650f296f8e79ee718647c3160142
21 lines
542 B
Plaintext
21 lines
542 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]
|
|
|
|
gettext [test]
|
|
|
|
# Required for the Dogtag plugin
|
|
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]
|