Update Python 2 dependency declarations to new packaging standards
This commit is contained in:
parent
ec47714d22
commit
3fde9507a7
@ -3,7 +3,7 @@
|
||||
|
||||
Name: python-blinker
|
||||
Version: 1.3
|
||||
Release: 13%{?dist}
|
||||
Release: 14%{?dist}
|
||||
Summary: Fast, simple object-to-object and broadcast signaling
|
||||
|
||||
Group: Development/Libraries
|
||||
@ -13,7 +13,7 @@ Source0: http://pypi.python.org/packages/source/b/%{mod_name}/%{mod_name}
|
||||
|
||||
BuildArch: noarch
|
||||
BuildRequires: python2-devel
|
||||
BuildRequires: python-setuptools
|
||||
BuildRequires: python2-setuptools
|
||||
%if 0%{?with_python3}
|
||||
BuildRequires: python3-devel
|
||||
BuildRequires: python3-setuptools
|
||||
@ -83,6 +83,10 @@ popd
|
||||
|
||||
|
||||
%changelog
|
||||
* Sun Feb 11 2018 Iryna Shcherbina <ishcherb@redhat.com> - 1.3-14
|
||||
- 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> - 1.3-13
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user