##// END OF EJS Templates
mercurial.spec: update requirements for the build
Gilles Moris -
r9635:5d8125bb default
parent child Browse files
Show More
@@ -17,7 +17,7 b' BuildRoot: %{_tmppath}/%{name}-%{version'
17 # python-devel provides an adequate python-dev. The merge tool is a
17 # python-devel provides an adequate python-dev. The merge tool is a
18 # run-time dependency.
18 # run-time dependency.
19 #
19 #
20 BuildRequires: python >= 2.4, python-devel, make, gcc, asciidoc, xmlto
20 BuildRequires: python >= 2.4, python-devel, make, gcc, docutils >= 0.5
21 Provides: hg = %{version}-%{release}
21 Provides: hg = %{version}-%{release}
22
22
23 %define pythonver %(python -c 'import sys;print ".".join(map(str, sys.version_info[:2]))')
23 %define pythonver %(python -c 'import sys;print ".".join(map(str, sys.version_info[:2]))')
General Comments 0
You need to be logged in to leave comments. Login now