Commit 9ad0514d authored by Michal Čihař's avatar Michal Čihař

Check optional deps for being old as well

This way we can catch things like too old Mercurial.

Issue #511
Signed-off-by: default avatarMichal Čihař <michal@cihar.com>
parent f4938b92
......@@ -224,7 +224,7 @@ def check_requirements():
'''
Performs check on requirements and raises an exception on error.
'''
versions = get_versions()
versions = get_versions() + get_optional_versions()
failure = False
for version in versions:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment