200 "lsprof": (has_lsprof, "python lsprof module"), |
200 "lsprof": (has_lsprof, "python lsprof module"), |
201 "mtn": (has_mtn, "monotone client (> 0.31)"), |
201 "mtn": (has_mtn, "monotone client (> 0.31)"), |
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"), |
209 "tla": (has_tla, "GNU Arch tla client"), |
209 "tla": (has_tla, "GNU Arch tla client"), |
210 "unix-permissions": (has_unix_permissions, "unix-style permissions"), |
210 "unix-permissions": (has_unix_permissions, "unix-style permissions"), |