Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
add libffi-dev to the builder
  • Loading branch information
wraithan committed Aug 19, 2013
1 parent 2179247 commit 34f8873
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deploy/fab/fabfile.py
Expand Up @@ -47,7 +47,7 @@ def install_packages(type):
'postgresql-client libpq-dev subversion graphviz '
'curl sqlite libxml2-dev libxslt-dev vim g++ python-numpy '
'python-scipy build-essential texlive-full libevent-dev '
'libmysqlclient-dev python-m2crypto'
'libmysqlclient-dev python-m2crypto libffi-dev'
)
sudo('pip install -U mercurial')
if type == 'db':
Expand Down

0 comments on commit 34f8873

Please sign in to comment.