From a7d311cd0adf32e93a055e004994e3a92b4575b0 Mon Sep 17 00:00:00 2001 From: Charalampos Stratakis Date: Mon, 7 Nov 2016 14:02:38 +0100 Subject: [PATCH] Replace the names for BuildRequires and Requires of python-setuptools and python-pip to python2-setuptools and python2-pip. --- python.spec | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/python.spec b/python.spec index fc62f15..71e5863 100644 --- a/python.spec +++ b/python.spec @@ -167,11 +167,11 @@ BuildRequires: valgrind-devel BuildRequires: zlib-devel %if 0%{?with_rewheel} -BuildRequires: python-setuptools -BuildRequires: python-pip +BuildRequires: python2-setuptools +BuildRequires: python2-pip -Requires: python-setuptools -Requires: python-pip +Requires: python2-setuptools +Requires: python2-pip %endif