]> git.pld-linux.org Git - packages/python-semantic_version.git/commitdiff
- doc dependencies (using python3) auto/th/python-semantic_version-2.9.0-1
authorJakub Bogusz <qboosh@pld-linux.org>
Tue, 8 Mar 2022 20:21:42 +0000 (21:21 +0100)
committerJakub Bogusz <qboosh@pld-linux.org>
Tue, 8 Mar 2022 20:21:42 +0000 (21:21 +0100)
python-semantic_version.spec

index 0a20f70e9fe782fc775d8d16d35e6a49a43ccb70..ee76546962be0a35b039e8ec519b5fca96a4d833 100644 (file)
@@ -34,6 +34,10 @@ BuildRequires:       python3-nose
 %endif
 BuildRequires: rpm-pythonprov
 BuildRequires: rpmbuild(macros) >= 1.714
+%if %{with doc}
+BuildRequires: python3-sphinx_rtd_theme
+BuildRequires: sphinx-pdg-3
+%endif
 Requires:      python-modules >= 1:2.7
 BuildArch:     noarch
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
@@ -95,7 +99,7 @@ nosetests-%{py3_ver} tests
 
 %if %{with doc}
 %{__make} -C docs html \
-       SPHINXBUILD=sphinx-build-2
+       SPHINXBUILD=sphinx-build-3
 %endif
 
 %install
This page took 0.180637 seconds and 4 git commands to generate.