From: Tomas Krizek Date: Mon, 23 Apr 2018 14:07:28 +0000 (+0200) Subject: distro/rpm: use Python3 to build doc X-Git-Tag: v2.4.0~31^2~5 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a54d885e1789b07cc00daf5912a7b50f89f7fcde;p=thirdparty%2Fknot-resolver.git distro/rpm: use Python3 to build doc --- diff --git a/distro/rpm/knot-resolver.spec b/distro/rpm/knot-resolver.spec index d784bfef1..491ffe8ab 100644 --- a/distro/rpm/knot-resolver.spec +++ b/distro/rpm/knot-resolver.spec @@ -58,9 +58,9 @@ Requires: lua-sec-compat # dependencies for doc package; disable in EPEL (missing fonts) # https://bugzilla.redhat.com/show_bug.cgi?id=1492884 BuildRequires: doxygen -BuildRequires: python2-breathe -BuildRequires: python2-sphinx -BuildRequires: python2-sphinx_rtd_theme +BuildRequires: python3-breathe +BuildRequires: python3-sphinx +BuildRequires: python3-sphinx_rtd_theme %endif Requires(pre): shadow-utils