Do not BuildRequire python3-sphinxcontrib-httpdomain, it was not needed
As far as I can tell, the package is not used during the build. The Fedora package seems outdated and has no check. A comment in the update pull request (opened 2 years ago) claims the currently packaged version (1.7.0) is incompatible with Sphinx 4.1+. Upstream issue: https://github.com/readthedocs/sphinx_rtd_theme/issues/1533
This commit is contained in:
parent
c3e5f01979
commit
9b60a88bdb
@ -5,7 +5,7 @@
|
||||
|
||||
Name: python-%{srcname}
|
||||
Version: 1.2.2
|
||||
Release: 1%{?dist}
|
||||
Release: 2%{?dist}
|
||||
Summary: Sphinx theme for readthedocs.org
|
||||
|
||||
# SPDX
|
||||
@ -31,7 +31,6 @@ BuildRequires: python%{python3_pkgversion}-devel
|
||||
%if %{without bootstrap}
|
||||
BuildRequires: %{py3_dist pytest}
|
||||
BuildRequires: %{py3_dist sphinx}
|
||||
BuildRequires: %{py3_dist sphinxcontrib-httpdomain}
|
||||
BuildRequires: python-sphinx-doc
|
||||
%endif
|
||||
|
||||
@ -195,6 +194,9 @@ grep 'format("woff2\?")' \
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
* Mon Oct 16 2023 Miro Hrončok <mhroncok@redhat.com> - 1.2.2-2
|
||||
- Do not BuildRequire python3-sphinxcontrib-httpdomain, it was not needed
|
||||
|
||||
* Mon Aug 07 2023 Karolina Surma <ksurma@redhat.com> - 1.2.2-1
|
||||
- Update to 1.2.2
|
||||
Fixes rhbz#2213220
|
||||
|
Loading…
Reference in New Issue
Block a user