From ad79cd0d403b537aaf641ea8daa762a7382f7869287e0a91daa83461aea02672 Mon Sep 17 00:00:00 2001 From: Steve Kowalik Date: Wed, 3 Apr 2024 06:36:39 +0000 Subject: [PATCH] - Add missing tex style amsmath.sty to BuildRequires. OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pypandoc?expand=0&rev=17 --- python-pypandoc.changes | 5 +++++ python-pypandoc.spec | 1 + 2 files changed, 6 insertions(+) diff --git a/python-pypandoc.changes b/python-pypandoc.changes index 53dd5f3..cd175e2 100644 --- a/python-pypandoc.changes +++ b/python-pypandoc.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Wed Apr 3 06:35:39 UTC 2024 - Steve Kowalik + +- Add missing tex style amsmath.sty to BuildRequires. + ------------------------------------------------------------------- Thu Mar 14 23:54:12 UTC 2024 - Steve Kowalik diff --git a/python-pypandoc.spec b/python-pypandoc.spec index 92c20ca..61d2b51 100644 --- a/python-pypandoc.spec +++ b/python-pypandoc.spec @@ -34,6 +34,7 @@ BuildRequires: pandoc BuildRequires: python-rpm-macros BuildRequires: texlive-latex-bin BuildRequires: texlive-xcolor +BuildRequires: tex(amsmath.sty) BuildRequires: tex(bookmark.sty) Requires: pandoc Suggests: ghc-citeproc