Add bindep integration

The bindep (BINary DEPendency automation) tool is a tool for checking
the presence of binary packages needed to use an application / library.
Use it to specify the dependencies needed to successfully pass the LaTex
tests. Only Fedora targets are currently provided.

Signed-off-by: Stephen Finucane <stephen@that.guru>
This commit is contained in:
Stephen Finucane 2018-01-19 13:55:17 +00:00
parent cce4ad7f80
commit 3e2f680af3
2 changed files with 23 additions and 0 deletions

15
bindep.txt Normal file
View File

@ -0,0 +1,15 @@
texlive [platform:rpm]
texlive-fncychap [platform:rpm]
texlive-titlesec [platform:rpm]
texlive-tabulary [platform:rpm]
texlive-framed [platform:rpm]
texlive-wrapfig [platform:rpm]
texlive-upquote [platform:rpm]
texlive-capt-of [platform:rpm]
texlive-needspace [platform:rpm]
texlive-polyglossia [platform:rpm]
texlive-luatex85 [platform:rpm]
texlive-anyfontsize [platform:rpm]
texlive-ctablestack [platform:rpm]
texlive-gnu-freefont [platform:rpm]
latexmk [platform:rpm]

View File

@ -67,3 +67,11 @@ deps =
sphinxcontrib-websupport
commands =
python setup.py build_sphinx {posargs}
[testenv:bindep]
description =
Install binary dependencies.
deps =
bindep
commands =
bindep test