ironic-inspector/bindep.txt
Madhuri Kumari 51e791e954 Add librsvg2* to bindep and bindep env
76cbd2dbbb added the docs
build requirement on sphinxcontrib-svg2pdfconverter which
needs the native rsvg-convert command. This change adds
the native package that provides that command to bindep.txt.
Also adds bindep env in tox.ini.

Change-Id: I72aa8695c058989b4a1aa62cbb5d5fda2ce348ad
2019-12-24 13:03:35 +05:30

11 lines
280 B
Plaintext

# needed for mysql
mysql-client [platform:dpkg]
mysql-server [platform:dpkg]
# needed for psql
postgresql
postgresql-client [platform:dpkg]
# libsrvg2 is needed for sphinxcontrib-svg2pdfconverter in docs builds.
librsvg2-tools [doc platform:rpm]
librsvg2-bin [doc platform:dpkg]