Mercurial > hg
changeset 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 | 8be38b624902 |
children | bb255fe7c27e |
files | contrib/mercurial.spec |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
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}