mercurial.spec: update requirements for the build
authorGilles Moris <gilles.moris@free.fr>
Fri, 23 Oct 2009 23:10:05 +0200
changeset 9635 5d8125bbbbf4
parent 9634 fbde669564d8
child 9636 926eba48eac9
mercurial.spec: update requirements for the build
contrib/mercurial.spec
--- 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]))')