Update Python 2 dependency declarations to new packaging standards
This commit is contained in:
parent
6edf3a7229
commit
4692b34804
@ -6,7 +6,7 @@
|
||||
|
||||
Name: python-%{srcname}
|
||||
Version: 0.14
|
||||
Release: 1%{?dist}
|
||||
Release: 2%{?dist}
|
||||
Summary: System for processing plaintext documentation
|
||||
|
||||
Group: Development/Languages
|
||||
@ -24,10 +24,10 @@ Source0: %{srcname}-%{version}.tar.gz
|
||||
BuildArch: noarch
|
||||
|
||||
BuildRequires: python2-devel
|
||||
BuildRequires: python-setuptools
|
||||
BuildRequires: python2-setuptools
|
||||
%if 0%{?with_python3}
|
||||
BuildRequires: python3-devel
|
||||
BuildRequires: python-tools
|
||||
BuildRequires: python2-tools
|
||||
%endif
|
||||
|
||||
%description
|
||||
@ -167,6 +167,10 @@ popd
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
* Tue Jan 16 2018 Iryna Shcherbina <ishcherb@redhat.com> - 0.14-2
|
||||
- Update Python 2 dependency declarations to new packaging standards
|
||||
(See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3)
|
||||
|
||||
* Sun Oct 22 2017 Kevin Fenzi <kevin@scrye.com> - 0.14-1
|
||||
- Update to 0.14
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user