msgpack-python when installed from source requires a C++ compiler installed on the system, otherwise it falls back to the python implementation. Change-Id: Iffe1f90f3a70780be22459c3f7a3cddfe47f01ca
@@ -4,6 +4,7 @@ unzip
wget
psmisc
gcc
+g++
git
graphviz # testonly - docs
lsof # useful when debugging
@@ -4,6 +4,7 @@ ca-certificates-mozilla
curl
euca2ools
+gcc-c++
git-core
iputils
@@ -3,6 +3,7 @@ curl
dbus
euca2ools # only for testing client
openssh-server