diff contrib/mercurial.spec @ 8905:68decbcb12cf

contrib/buildrpm: set python requirement to 2.4
author Stefano Tortarolo <stefano.tortarolo@gmail.com>
date Tue, 23 Jun 2009 14:12:17 +0200
parents ff817723280a
children 1de6e7e1bb9f
line wrap: on
line diff
--- a/contrib/mercurial.spec	Tue Jun 23 22:20:25 2009 +0200
+++ b/contrib/mercurial.spec	Tue Jun 23 14:12:17 2009 +0200
@@ -17,7 +17,7 @@
 # python-devel provides an adequate python-dev.  The merge tool is a
 # run-time dependency.
 #
-BuildRequires: python >= 2.3, python-devel, make, gcc, asciidoc, xmlto
+BuildRequires: python >= 2.4, python-devel, make, gcc, asciidoc, xmlto
 
 %define pythonver %(python -c 'import sys;print ".".join(map(str, sys.version_info[:2]))')
 %define pythonlib %{_libdir}/python%{pythonver}/site-packages/%{name}