From e68a41a28ef6d25bb5459fbaf6fcf7d872b37e29 Mon Sep 17 00:00:00 2001 From: Iryna Shcherbina Date: Mon, 12 Feb 2018 05:11:35 +0100 Subject: [PATCH] Update Python 2 dependency declarations to new packaging standards --- python-prettytable.spec | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/python-prettytable.spec b/python-prettytable.spec index c68e4b4..49c0fd8 100644 --- a/python-prettytable.spec +++ b/python-prettytable.spec @@ -9,7 +9,7 @@ Name: python-%{modname} Version: 0.7.2 -Release: 13%{?dist} +Release: 14%{?dist} Summary: Python library to display tabular data in tables Group: Development/Languages @@ -20,8 +20,8 @@ URL: http://pypi.python.org/pypi/PrettyTable Patch0: disable-encoding-check.patch BuildArch: noarch -BuildRequires: python-devel -BuildRequires: python-setuptools +BuildRequires: python2-devel +BuildRequires: python2-setuptools %if 0%{?with_python3} BuildRequires: python3-devel @@ -119,6 +119,10 @@ popd %changelog +* Mon Feb 12 2018 Iryna Shcherbina - 0.7.2-14 +- Update Python 2 dependency declarations to new packaging standards + (See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3) + * Fri Feb 09 2018 Fedora Release Engineering - 0.7.2-13 - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild