Remove python2-sphinx dependency
This commit is contained in:
parent
ef75922a0d
commit
bc4932d6b7
@ -3,7 +3,7 @@
|
|||||||
|
|
||||||
Name: python-%{modname}
|
Name: python-%{modname}
|
||||||
Version: 1.0.2
|
Version: 1.0.2
|
||||||
Release: 4%{?dist}
|
Release: 5%{?dist}
|
||||||
Epoch: 1
|
Epoch: 1
|
||||||
Summary: A micro-framework for Python based on Werkzeug, Jinja 2 and good intentions
|
Summary: A micro-framework for Python based on Werkzeug, Jinja 2 and good intentions
|
||||||
|
|
||||||
@ -76,7 +76,6 @@ Python 3 version.
|
|||||||
%package doc
|
%package doc
|
||||||
Summary: Documentation for %{name}
|
Summary: Documentation for %{name}
|
||||||
Obsoletes: python%{python3_pkgversion}-%{modname}-doc < 1:0.11.1-3
|
Obsoletes: python%{python3_pkgversion}-%{modname}-doc < 1:0.11.1-3
|
||||||
BuildRequires: python2-sphinx
|
|
||||||
|
|
||||||
%description doc
|
%description doc
|
||||||
Documentation and examples for %{name}.
|
Documentation and examples for %{name}.
|
||||||
@ -129,6 +128,9 @@ PYTHONPATH=%{buildroot}%{python3_sitelib} py.test-%{python3_version} -v || :
|
|||||||
%doc examples
|
%doc examples
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Mar 08 2019 François Cami <fcami@fedoraproject.org> - 1:1.0.2-5
|
||||||
|
- Remove python2-sphinx dependency since it's not used anymore.
|
||||||
|
|
||||||
* Sat Feb 02 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1:1.0.2-4
|
* Sat Feb 02 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1:1.0.2-4
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user