changeset 9635:5d8125bbbbf4

mercurial.spec: update requirements for the build
author Gilles Moris <gilles.moris@free.fr>
date Fri, 23 Oct 2009 23:10:05 +0200
parents fbde669564d8
children 926eba48eac9
files contrib/mercurial.spec
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/contrib/mercurial.spec	Fri Oct 23 22:55:28 2009 +0200
+++ b/contrib/mercurial.spec	Fri Oct 23 23:10:05 2009 +0200
@@ -17,7 +17,7 @@
 # python-devel provides an adequate python-dev.  The merge tool is a
 # run-time dependency.
 #
-BuildRequires: python >= 2.4, python-devel, make, gcc, asciidoc, xmlto
+BuildRequires: python >= 2.4, python-devel, make, gcc, docutils >= 0.5
 Provides: hg = %{version}-%{release}
 
 %define pythonver %(python -c 'import sys;print ".".join(map(str, sys.version_info[:2]))')