Update Python 2 dependency declarations to new packaging standards
This commit is contained in:
parent
ec6ef2927b
commit
c5e1e37632
@ -8,7 +8,7 @@
|
||||
|
||||
Name: python-%{pypi_name}
|
||||
Version: 4.1.2
|
||||
Release: 1%{?dist}
|
||||
Release: 2%{?dist}
|
||||
Summary: Module to simplify usage of decorators
|
||||
|
||||
License: BSD
|
||||
@ -16,7 +16,7 @@ URL: https://github.com/micheles/decorator
|
||||
Source0: https://files.pythonhosted.org/packages/source/d/%{pypi_name}/%{pypi_name}-%{version}.tar.gz
|
||||
BuildArch: noarch
|
||||
|
||||
BuildRequires: python-setuptools
|
||||
BuildRequires: python2-setuptools
|
||||
BuildRequires: python2-devel
|
||||
%if %{with python3}
|
||||
BuildRequires: python3-setuptools
|
||||
@ -89,6 +89,10 @@ find %{buildroot} -name SOURCES.txt~ -exec rm -f {} \;
|
||||
%endif # with python3
|
||||
|
||||
%changelog
|
||||
* Tue Jan 16 2018 Iryna Shcherbina <ishcherb@redhat.com> - 4.1.2-2
|
||||
- Update Python 2 dependency declarations to new packaging standards
|
||||
(See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3)
|
||||
|
||||
* Sat Sep 16 2017 Kevin Fenzi <kevin@scrye.com> - 4.1.2-1
|
||||
- Update to 4.1.2. Fixes bug #1471373
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user