Update Python 2 dependency declarations to new packaging standards

This commit is contained in:
Iryna Shcherbina 2018-02-14 17:20:32 +01:00
parent b332f6ab3a
commit 5d8946a459

View File

@ -2,7 +2,7 @@
Name: python-augeas
Version: 0.5.0
Release: 10%{?dist}
Release: 11%{?dist}
Summary: Python bindings to augeas
Group: Development/Languages
License: LGPLv2+
@ -10,7 +10,7 @@ URL: http://augeas.net/
Source0: http://fedorahosted.org/released/%{name}/%{name}-%{version}.tar.gz
BuildArch: noarch
BuildRequires: python-setuptools python-devel
BuildRequires: python2-setuptools python2-devel
%if 0%{?with_python3}
BuildRequires: python3-setuptools python3-devel
%endif # with_python3
@ -73,6 +73,10 @@ python3-augeas is a set of Python bindings around augeas.
%changelog
* Wed Feb 14 2018 Iryna Shcherbina <ishcherb@redhat.com> - 0.5.0-11
- 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.5.0-10
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild