contrib/mercurial.spec
changeset 9635 5d8125bbbbf4
parent 8942 51038bb526ea
child 10255 26fc868cb8b0
--- 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]))')