Update Python 2 dependency declarations to new packaging standards

epel9
Iryna Shcherbina 7 years ago
parent 455d4503a6
commit 12417af11e

@ -5,7 +5,7 @@
Name: python-%{srcname}
Version: 2.0.8
Release: 4%{?dist}
Release: 5%{?dist}
Summary: %{sum}
Group: Development/Libraries
@ -24,8 +24,8 @@ the same lock object twice, it will not block.
%package doc
Summary: Documentation for %{srcname}, %{sum}
BuildRequires: python-sphinx
BuildRequires: python-sphinx_rtd_theme
BuildRequires: python2-sphinx
BuildRequires: python2-sphinx_rtd_theme
Requires: fontawesome-fonts
Requires: google-roboto-slab-fonts
Requires: lato-fonts
@ -112,6 +112,10 @@ install -p -m0644 -D docs/build/man/py-%{srcname}.1 %{buildroot}%{_mandir}/man1/
%{python3_sitelib}/__pycache__/%{srcname}*.py[co]
%changelog
* Mon Feb 12 2018 Iryna Shcherbina <ishcherb@redhat.com> - 2.0.8-5
- Update Python 2 dependency declarations to new packaging standards
(See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3)
* Fri Feb 09 2018 Fedora Release Engineering <releng@fedoraproject.org> - 2.0.8-4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild

Loading…
Cancel
Save