From 94779d999fcf87f9a81ecea2d14110d6f163a509 Mon Sep 17 00:00:00 2001 From: Iryna Shcherbina Date: Wed, 31 Jan 2018 06:44:32 +0100 Subject: [PATCH] Update Python 2 dependency declarations to new packaging standards --- python-xmltramp.spec | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/python-xmltramp.spec b/python-xmltramp.spec index 7ac4bac..8356d94 100644 --- a/python-xmltramp.spec +++ b/python-xmltramp.spec @@ -2,7 +2,7 @@ Name: python-xmltramp Version: 2.17 -Release: 19%{?dist} +Release: 20%{?dist} Summary: Pythonic API for XML Group: Development/Languages @@ -16,7 +16,7 @@ Patch0: %{name}-%{version}-nsprefixes.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch -BuildRequires: python-devel +BuildRequires: python2-devel %global _description\ xmltramp is a simple Pythonic API for working with XML @@ -56,6 +56,10 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Wed Jan 31 2018 Iryna Shcherbina - 2.17-20 +- Update Python 2 dependency declarations to new packaging standards + (See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3) + * Sat Aug 19 2017 Zbigniew Jędrzejewski-Szmek - 2.17-19 - Python 2 binary package renamed to python2-xmltramp See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3