diff options
author | Tomas Krizek <tomas.krizek@nic.cz> | 2020-01-16 14:14:57 +0100 |
---|---|---|
committer | Tomas Krizek <tomas.krizek@nic.cz> | 2020-01-21 17:20:39 +0100 |
commit | a7a57c069c71625157cc310c6b083b0689e4a595 (patch) | |
tree | ca6e04a436a3a27ca1cc3f3f7f4edb7d63fa172b /distro | |
parent | systemd: use tmpfiles to create cache dir (diff) | |
download | knot-resolver-a7a57c069c71625157cc310c6b083b0689e4a595.tar.xz knot-resolver-a7a57c069c71625157cc310c6b083b0689e4a595.zip |
distro/rpm: one does not simply build doc package for CentOS 7
Diffstat (limited to 'distro')
-rw-r--r-- | distro/rpm/knot-resolver.spec | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/distro/rpm/knot-resolver.spec b/distro/rpm/knot-resolver.spec index 71e444eb..d2fefbb3 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 |