Remove LaTeX dependencies from opam file

to make the ci caches an order of magnitude smaller
This commit is contained in:
Louis Gesbert 2024-01-17 17:16:28 +01:00
parent d9a17db4c0
commit 853b841ce3

View File

@ -75,10 +75,13 @@ build: [
]
dev-repo: "git+https://github.com/CatalaLang/catala.git"
depexts: [
["groff" "latexmk" "python3-pip" "pandoc"]
["groff" "python3-pip" "pandoc"]
# "latexmk"
{cataladevmode & os-family = "debian"}
["groff" "texlive-xetex" "texmf-dist-latexextra" "texmf-dist-pictures" "py3-pip" "py3-pygments" "pandoc-cli"]
["groff" "py3-pip" "py3-pygments" "pandoc-cli"]
# "texlive-xetex" "texmf-dist-latexextra" "texmf-dist-pictures"
{cataladevmode & os-distribution = "alpine"}
["groff" "latex-mk" "python-pygments" "pandoc"]
["groff" "python-pygments" "pandoc"]
# "latex-mk"
{cataladevmode & os-family = "arch"}
]