toolchain: remove hg requirement
This commit is contained in:
parent
c383263858
commit
26c4d4321e
1 changed files with 1 additions and 1 deletions
|
@ -321,7 +321,7 @@ class Context(object):
|
||||||
print("Missing requirement: cython is not installed")
|
print("Missing requirement: cython is not installed")
|
||||||
|
|
||||||
# check the basic tools
|
# 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):
|
if not sh.which(tool):
|
||||||
print("Missing requirement: {} is not installed".format(
|
print("Missing requirement: {} is not installed".format(
|
||||||
tool))
|
tool))
|
||||||
|
|
Loading…
Reference in a new issue