toolchain: remove hg requirement

This commit is contained in:
Mathieu Virbel 2015-03-07 22:14:38 +01:00
parent c383263858
commit 26c4d4321e

View file

@ -321,7 +321,7 @@ class Context(object):
print("Missing requirement: cython is not installed")
# check the basic tools
for tool in ("pkg-config", "autoconf", "automake", "libtool", "hg"):
for tool in ("pkg-config", "autoconf", "automake", "libtool"):
if not sh.which(tool):
print("Missing requirement: {} is not installed".format(
tool))