51e791e954
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
11 lines
280 B
Plaintext
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]
|