Small fix: BRs only needed if html docs are build.

epel8
Thomas Moschny 14 years ago
parent c38965408c
commit 78c7038f81

@ -22,9 +22,9 @@ BuildArch: noarch
BuildRequires: python-devel
%if 0%{?with_docs}
BuildRequires: python-sphinx
%endif # with_docs
BuildRequires: graphviz
BuildRequires: ImageMagick
%endif # with_docs
# Seems like automatic ABI dependency is not detected since the files are
# going to a non-standard location
Requires: python(abi) %(%{__python} -c "import sys ; print \"=\", sys.version[:3]")

Loading…
Cancel
Save