Skip to content

Commit

Permalink
debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
ejucovy committed May 5, 2013
1 parent f75661d commit 70daaa9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fassembler-boot.py
Expand Up @@ -1272,7 +1272,7 @@ def after_install(options, home_dir):
show_stdout=True)
logger.indent += 2
try:
call_subprocess([os.path.abspath(join(home_dir, 'bin', 'easy_install')), 'mysql-python'],
call_subprocess([os.path.abspath(join(home_dir, 'bin', 'easy_install')), 'mysql-python==1.2.2'],
cwd=os.path.abspath(fassembler_dir),
filter_stdout=filter_python_develop,
show_stdout=False)
Expand Down

0 comments on commit 70daaa9

Please sign in to comment.