From 99767ee7d6abb667d63d56afdd87c6e1e534aafa Mon Sep 17 00:00:00 2001 From: tuibuilder_pel7x64builder0 Date: Tue, 11 Jun 2019 10:48:51 +0200 Subject: [PATCH] python-vobject change python2 package names Signed-off-by: tuibuilder_pel7x64builder0 --- SPECS/python-vobject.spec | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/SPECS/python-vobject.spec b/SPECS/python-vobject.spec index 3f469e2..88c9cfc 100644 --- a/SPECS/python-vobject.spec +++ b/SPECS/python-vobject.spec @@ -23,11 +23,11 @@ generating vCard and vCalendar files. %package -n python2-%{modname} Summary: %{sum} -Requires: python2-dateutil -Requires: python2-setuptools -BuildRequires: python2-devel -BuildRequires: python2-setuptools -BuildRequires: python2-dateutil +Requires: python-dateutil +Requires: python-setuptools +BuildRequires: python-devel +BuildRequires: python-setuptools +BuildRequires: python-dateutil %{?python_provide:%python_provide python2-%{modname}}