From f75420706ceadedd2f51a3a9369e2335f376e9fb104bef66e0e4273647e6d1ec Mon Sep 17 00:00:00 2001 From: Stefan Dirsch Date: Thu, 2 Nov 2017 17:55:58 +0000 Subject: [PATCH] Accepting request 538334 from X11:XOrg Revert change to python3 .. unfortuanetly dependecy on python2 is hardcoded and needs more changes than simple deps I'll open bug for this -> now is prepared removal of python2 from distribution OBS-URL: https://build.opensuse.org/request/show/538334 OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/Mesa?expand=0&rev=660 --- Mesa.changes | 5 ----- Mesa.spec | 6 +++--- 2 files changed, 3 insertions(+), 8 deletions(-) diff --git a/Mesa.changes b/Mesa.changes index 1e5019b..3ad30de 100644 --- a/Mesa.changes +++ b/Mesa.changes @@ -1,8 +1,3 @@ -------------------------------------------------------------------- -Thu Nov 2 08:33:50 UTC 2017 - mimi.vx@gmail.com - -- switch to python3 - ------------------------------------------------------------------- Tue Oct 31 04:55:54 UTC 2017 - aavindraa@gmail.com diff --git a/Mesa.spec b/Mesa.spec index eb05a8e..6462798 100644 --- a/Mesa.spec +++ b/Mesa.spec @@ -95,9 +95,9 @@ BuildRequires: gcc-c++ BuildRequires: imake BuildRequires: libtool BuildRequires: pkgconfig -BuildRequires: python3-base -BuildRequires: python3-mako -BuildRequires: python3-xml +BuildRequires: python-base +BuildRequires: python-mako +BuildRequires: python-xml BuildRequires: pkgconfig(dri2proto) BuildRequires: pkgconfig(dri3proto) BuildRequires: pkgconfig(expat)