##// END OF EJS Templates
tests: improve hghave error reporting for missing Py OpenSSL
timeless -
r13543:c17e4d88 stable
parent child Browse files
Show More
@@ -202,7 +202,7 b' checks = {'
202 "outer-repo": (has_outer_repo, "outer repo"),
202 "outer-repo": (has_outer_repo, "outer repo"),
203 "p4": (has_p4, "Perforce server and client"),
203 "p4": (has_p4, "Perforce server and client"),
204 "pygments": (has_pygments, "Pygments source highlighting library"),
204 "pygments": (has_pygments, "Pygments source highlighting library"),
205 "ssl": (has_ssl, "python >= 2.6 ssl module"),
205 "ssl": (has_ssl, "python >= 2.6 ssl module and python OpenSSL"),
206 "svn": (has_svn, "subversion client and admin tools"),
206 "svn": (has_svn, "subversion client and admin tools"),
207 "svn-bindings": (has_svn_bindings, "subversion python bindings"),
207 "svn-bindings": (has_svn_bindings, "subversion python bindings"),
208 "symlink": (has_symlink, "symbolic links"),
208 "symlink": (has_symlink, "symbolic links"),
General Comments 0
You need to be logged in to leave comments. Login now