cyborg/bindep.txt
zhurong e6cdf3ec8d Use uwsgi binary from path and docs job fix
All these uwsgi invocations assume that the uwsgi binary is in the
same directory as their project binaries are installed into (probably
/usr/bin).  That may not be correct -- for example if using a packaged
uwsgi on Fedora the binary will live in /usr/sbin/uwsgi (not /usr/bin
where the project files from pip are).

Switch invocations to just find it in the path.
Also fix the docs job

Change-Id: Ib56b4d3f4962466ea9e937b314e54014070e7adc
2020-06-16 18:16:34 +08:00

13 lines
389 B
Plaintext

# This file contains runtime (non-python) dependencies
# More info at: http://docs.openstack.org/infra/bindep/readme.html
# Required for running the 'lspci' command
pciutils
# libsrvg2 is needed for sphinxcontrib-svg2pdfconverter in docs builds.
librsvg2-tools [doc platform:rpm]
librsvg2-bin [doc platform:dpkg]
latexmk [pdf-docs]
fonts-freefont-otf [pdf-docs]
texlive-xetex [pdf-docs]