barbican/bindep.txt
Alexandra Settle 3db28fb81a PDF Documentation Build tox target
This patch adds a `pdf-docs` tox target that will build
PDF versions of our docs. As per the Train community goal:

  https://governance.openstack.org/tc/goals/selected/train/pdf-doc-generation.html

Add sphinxcontrib-svg2pdfconverter to doc/requirements.txt
to convert our SVGs.

Also, due to the opposing graphic format, the .gif file
had to be converted (not renamed) to .png so the LaTeX
builder would accept and read the images.

Change-Id: I6384e56222991d39f4fd1bc99e82be6c89fb16a3
Story: 2006072
2019-09-25 08:59:22 +00:00

22 lines
575 B
Plaintext

# See openstack-infra/project-config:jenkins/data/bindep-fallback.txt
# This is used by bindep: sudo [apt-get | yum] install $(bindep -b)
mozilla-nss-devel [platform:rpm]
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]