Browse code

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

Attila Fazekas authored on 2015/02/23 22:33:52
Showing 3 changed files
... ...
@@ -4,6 +4,7 @@ unzip
4 4
 wget
5 5
 psmisc
6 6
 gcc
7
+g++
7 8
 git
8 9
 graphviz # testonly - docs
9 10
 lsof # useful when debugging
... ...
@@ -4,6 +4,7 @@ ca-certificates-mozilla
4 4
 curl
5 5
 euca2ools
6 6
 gcc
7
+gcc-c++
7 8
 git-core
8 9
 graphviz # testonly - docs
9 10
 iputils
... ...
@@ -3,6 +3,7 @@ curl
3 3
 dbus
4 4
 euca2ools # only for testing client
5 5
 gcc
6
+gcc-c++
6 7
 git-core
7 8
 graphviz # testonly - docs
8 9
 openssh-server