~ salmonella-environment-setup (master) d194183d7701f9f2eb883ccb63dcbf1a62747d1d


commit d194183d7701f9f2eb883ccb63dcbf1a62747d1d
Author:     Mario Domenech Goulart <mario.goulart@gmail.com>
AuthorDate: Sat Jul 12 16:55:48 2014 -0300
Commit:     Mario Domenech Goulart <mario.goulart@gmail.com>
CommitDate: Sat Jul 12 16:55:48 2014 -0300

    debian-wheezy.sh: add libyaml-dev for the yaml egg

diff --git a/debian-wheezy.sh b/debian-wheezy.sh
index 1219004..57792fe 100755
--- a/debian-wheezy.sh
+++ b/debian-wheezy.sh
@@ -105,6 +105,7 @@ sudo apt-get install \
     libglu1-mesa-dev \
     libglew-dev \
     libleveldb-dev \
+    libyaml-dev \
 
 ##
 ## Things that are not packaged for Debian
Trap