Skip to content

Commit

Permalink
Merge pull request #341 from wraithan/master
Browse files Browse the repository at this point in the history
Add m2crypto to build server
  • Loading branch information
ericholscher committed Feb 23, 2013
2 parents 9863464 + aa0b20d commit 257d0b6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion deploy/fab/fabfile.py
Expand Up @@ -41,7 +41,8 @@ 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 libmysqlclient-dev'
'build-essential texlive-full libevent-dev libmysqlclient-dev '
'python-m2crypto'
)
sudo('pip install -U mercurial')
if type == 'db':
Expand Down

0 comments on commit 257d0b6

Please sign in to comment.