From 7cbc48fa22ec0c7062f32eabb876e39e42d23646 Mon Sep 17 00:00:00 2001 From: Nils Philippsen Date: Tue, 7 Jan 2014 13:59:29 +0100 Subject: [PATCH] require python2-devel >= 2.6 for building --- python-sqlalchemy.spec | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/python-sqlalchemy.spec b/python-sqlalchemy.spec index 1c52c9f..90a3643 100644 --- a/python-sqlalchemy.spec +++ b/python-sqlalchemy.spec @@ -21,7 +21,7 @@ Source0: http://pypi.python.org/packages/source/S/%{srcname}/%{srcname}-% Patch0: sqlalchemy-nose-use-build.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) -BuildRequires: python2-devel +BuildRequires: python2-devel >= 2.6 BuildRequires: python-setuptools BuildRequires: python-nose BuildRequires: python-mock @@ -127,6 +127,7 @@ popd - version 0.9.1, upstream feature and bugfix release - no need to use 2to3 for python 3.x anymore - build C extension for python 3.x +- require python2-devel >= 2.6 for building * Mon Dec 09 2013 Nils Philippsen - 0.8.4-1 - version 0.8.4, upstream bugfix release