~ salmonella-environment-setup (master) e3067e4e88c517cee73bf2c978370e6ffb420a16
commit e3067e4e88c517cee73bf2c978370e6ffb420a16
Author: Mario Domenech Goulart <mario.goulart@gmail.com>
AuthorDate: Sat Aug 2 19:46:26 2014 -0300
Commit: Mario Domenech Goulart <mario.goulart@gmail.com>
CommitDate: Sat Aug 2 19:46:26 2014 -0300
Add libudev-dev, required by the udev egg
diff --git a/debian-wheezy.sh b/debian-wheezy.sh
index 57792fe..db6a89c 100755
--- a/debian-wheezy.sh
+++ b/debian-wheezy.sh
@@ -106,6 +106,7 @@ sudo apt-get install \
libglew-dev \
libleveldb-dev \
libyaml-dev \
+ libudev-dev \
##
## Things that are not packaged for Debian
Trap