From 218fb6291c25f3874bf7bac530da023e406a472d Mon Sep 17 00:00:00 2001 From: Jakub Bogusz Date: Sun, 14 Sep 2014 17:05:48 +0200 Subject: [PATCH] - updated python versions (now 2.6+/3.2+ required) --- python-lxml.spec | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/python-lxml.spec b/python-lxml.spec index 1ddb54d..99613b3 100644 --- a/python-lxml.spec +++ b/python-lxml.spec @@ -18,13 +18,13 @@ URL: http://lxml.de/ BuildRequires: libxml2-devel >= 1:2.7.8 BuildRequires: libxslt-devel >= 1.1.26 %if %{with python2} -BuildRequires: python-devel >= 1:2.4 -BuildRequires: python-modules +BuildRequires: python-devel >= 1:2.6 +BuildRequires: python-modules >= 1:2.6 %endif %if %{with python3} BuildRequires: python3-Cython > 0.17 -BuildRequires: python3-devel -BuildRequires: python3-modules +BuildRequires: python3-devel >= 1:3.2 +BuildRequires: python3-modules >= 1:3.2 %endif BuildRequires: rpm-pythonprov BuildRequires: rpmbuild(macros) >= 1.219 -- 2.43.0