changeset 13543:c17e4d881722 stable

tests: improve hghave error reporting for missing Py OpenSSL
author timeless <timeless@gmail.com>
date Sun, 06 Mar 2011 05:56:59 -0600
parents 919174c0aaff
children 66d65bccbf06
files tests/hghave
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/tests/hghave	Sun Mar 06 15:21:50 2011 +0100
+++ b/tests/hghave	Sun Mar 06 05:56:59 2011 -0600
@@ -202,7 +202,7 @@
     "outer-repo": (has_outer_repo, "outer repo"),
     "p4": (has_p4, "Perforce server and client"),
     "pygments": (has_pygments, "Pygments source highlighting library"),
-    "ssl": (has_ssl, "python >= 2.6 ssl module"),
+    "ssl": (has_ssl, "python >= 2.6 ssl module and python OpenSSL"),
     "svn": (has_svn, "subversion client and admin tools"),
     "svn-bindings": (has_svn_bindings, "subversion python bindings"),
     "symlink": (has_symlink, "symbolic links"),