Skip to content

Commit

Permalink
Install mysql client headers
Browse files Browse the repository at this point in the history
  • Loading branch information
ericholscher committed Feb 23, 2013
1 parent 295b6e8 commit 9863464
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deploy/fab/fabfile.py
Expand Up @@ -41,7 +41,7 @@ def install_packages(type):
'apt-get install -y git-core python-dev '
'postgresql-client libpq-dev subversion graphviz '
'curl sqlite libxml2-dev libxslt-dev vim g++ python-numpy python-scipy '
'build-essential texlive-full libevent-dev'
'build-essential texlive-full libevent-dev libmysqlclient-dev'
)
sudo('pip install -U mercurial')
if type == 'db':
Expand Down

0 comments on commit 9863464

Please sign in to comment.