msgpack-python requires g++

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
This commit is contained in:
Attila Fazekas 2015-02-23 14:33:52 +01:00
parent 889f604642
commit 0fda343c18
3 changed files with 3 additions and 0 deletions

View File

@ -4,6 +4,7 @@ unzip
wget
psmisc
gcc
g++
git
graphviz # testonly - docs
lsof # useful when debugging

View File

@ -4,6 +4,7 @@ ca-certificates-mozilla
curl
euca2ools
gcc
gcc-c++
git-core
graphviz # testonly - docs
iputils

View File

@ -3,6 +3,7 @@ curl
dbus
euca2ools # only for testing client
gcc
gcc-c++
git-core
graphviz # testonly - docs
openssh-server