From a7a57c069c71625157cc310c6b083b0689e4a595 Mon Sep 17 00:00:00 2001 From: Tomas Krizek Date: Thu, 16 Jan 2020 14:14:57 +0100 Subject: [PATCH] distro/rpm: one does not simply build doc package for CentOS 7 --- distro/rpm/knot-resolver.spec | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/distro/rpm/knot-resolver.spec b/distro/rpm/knot-resolver.spec index 71e444eb3..d2fefbb37 100644 --- a/distro/rpm/knot-resolver.spec +++ b/distro/rpm/knot-resolver.spec @@ -84,7 +84,8 @@ Requires(pre): shadow %if "x%{?rhel}" == "x" # dependencies for doc package -# enable once CentOS 7.6 makes it into OBS buildroot +# NOTE: doc isn't possible to build on CentOS 7 +# python2-sphinx is too old and python36-breathe is broken BuildRequires: doxygen BuildRequires: python3-breathe BuildRequires: python3-sphinx_rtd_theme -- 2.47.2