contrib/buildrpm: set python requirement to 2.4
authorStefano Tortarolo <stefano.tortarolo@gmail.com>
Tue, 23 Jun 2009 14:12:17 +0200
changeset 8905 68decbcb12cf
parent 8904 8be38b624902
child 8906 bb255fe7c27e
contrib/buildrpm: set python requirement to 2.4
contrib/mercurial.spec
--- 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}