From cc8e9106de70bd3556f8a32d072e545913516a6b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dan=20=C4=8Cerm=C3=A1k?= Date: Thu, 30 Jun 2022 11:21:02 +0200 Subject: [PATCH] Add missing buildrequires --- python-breathe.spec | 3 +++ 1 file changed, 3 insertions(+) diff --git a/python-breathe.spec b/python-breathe.spec index 2cc2134..fa0dd86 100644 --- a/python-breathe.spec +++ b/python-breathe.spec @@ -23,6 +23,9 @@ BuildRequires: python%{python3_pkgversion}-setuptools BuildRequires: %{py3_dist six} >= 1.9 BuildRequires: (%{py3_dist Sphinx} >= 3.0 and %{py3_dist Sphinx} < 5) BuildRequires: %{py3_dist docutils} >= 0.12 +BuildRequires: %{py3_dist Jinja2} >= 2.7.3 +BuildRequires: %{py3_dist MarkupSafe} >= 0.23 +BuildRequires: %{py3_dist Pygments} >= 1.6 BuildRequires: %{py3_dist pytest} # NOTE: git is only needed because part of the build process checks if it's in # a git repo