8 INSTALLS = [#(key,method, option_str, dict_extra_env) |
8 INSTALLS = [#(key,method, option_str, dict_extra_env) |
9 ('DISTRIBUTE', 'pip', None, None), |
9 ('DISTRIBUTE', 'pip', None, None), |
10 ('PYCRYPTO', 'pip', None, None), |
10 ('PYCRYPTO', 'pip', None, None), |
11 ('SSH', 'pip', None, None), |
11 ('SSH', 'pip', None, None), |
12 ('FABRIC', 'pip', None, None), |
12 ('FABRIC', 'pip', None, None), |
|
13 ('MERCURIAL', 'pip', None, None), |
13 ] |
14 ] |
14 |
15 |
15 def generate_install_methods(path_locations, src_base, Logger, call_subprocess): |
16 def generate_install_methods(path_locations, src_base, Logger, call_subprocess): |
16 return lib_generate_install_methods(path_locations, src_base, Logger, call_subprocess, INSTALLS) |
17 return lib_generate_install_methods(path_locations, src_base, Logger, call_subprocess, INSTALLS) |