Update Python 2 dependency declarations to new packaging standards

epel8
Iryna Shcherbina 7 years ago
parent 5859d0f63f
commit 23ddc4783c

@ -13,7 +13,7 @@
Name: python-freezegun
Version: 0.3.8
Release: 7%{?dist}
Release: 8%{?dist}
Summary: %{sum}
Group: Development/Libraries
@ -25,13 +25,13 @@ BuildArch: noarch
BuildRequires: python2-devel
BuildRequires: python-setuptools
BuildRequires: python-six
BuildRequires: python-dateutil
BuildRequires: python-sure
BuildRequires: python-nose
BuildRequires: python-coverage
BuildRequires: python-mock
BuildRequires: python2-setuptools
BuildRequires: python2-six
BuildRequires: python2-dateutil
BuildRequires: python2-sure
BuildRequires: python2-nose
BuildRequires: python2-coverage
BuildRequires: python2-mock
%if 0%{?with_python3}
BuildRequires: python3-devel
@ -55,8 +55,8 @@ Group: Development/Libraries
%{?python_provide:%python_provide python2-freezegun}
# EL packages don't provide python2-foo
Requires: python-six
Requires: python-dateutil
Requires: python2-six
Requires: python2-dateutil
%description -n python2-freezegun
freezegun is a library that allows your python tests to travel through time by
@ -125,6 +125,10 @@ nosetests-%{python2_version} tests/
%endif
%changelog
* Wed Feb 21 2018 Iryna Shcherbina <ishcherb@redhat.com> - 0.3.8-8
- 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> - 0.3.8-7
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild

Loading…
Cancel
Save