BR readthedocs-sphinx-ext so the tests can be run.

This commit is contained in:
Jerry James 2020-02-04 09:16:47 -07:00
parent cb66f5f569
commit 7083848a29
1 changed files with 6 additions and 2 deletions

View File

@ -5,7 +5,7 @@
Name: python-%{srcname}
Version: 0.4.3
Release: 9%{?dist}
Release: 10%{?dist}
Summary: Sphinx theme for readthedocs.org
License: MIT
@ -26,6 +26,7 @@ BuildRequires: python3dist(docutils)
BuildRequires: python3dist(setuptools)
%if %{without bootstrap}
BuildRequires: python3dist(pytest)
BuildRequires: python3dist(readthedocs-sphinx-ext)
BuildRequires: python3dist(sphinx)
BuildRequires: python3dist(sphinxcontrib-httpdomain)
BuildRequires: python-sphinx-doc
@ -116,7 +117,7 @@ cp -a %{buildroot}%{python3_sitelib}/%{srcname}/static/fonts \
%if %{without bootstrap}
%check
%{__python3} setup.py test
pytest
%endif
%files -n python3-%{srcname}
@ -131,6 +132,9 @@ cp -a %{buildroot}%{python3_sitelib}/%{srcname}/static/fonts \
%endif
%changelog
* Tue Feb 4 2020 Jerry James <loganjerry@gmail.com> - 0.4.3-10
- BR readthedocs-sphinx-ext so the tests can be run
* Thu Jan 30 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.4.3-9
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild