Install gcc on zuul hosts

With the addition of yappi, it's important to install gcc, because
otherwise yappi can't install.

Change-Id: Iaf19ab791f674bcbe5538ae8c7a18e25eef4ca99
This commit is contained in:
Monty Taylor 2014-07-04 12:07:32 -07:00
parent c21ec94066
commit 68d4bb56e9

View File

@ -50,6 +50,7 @@ class zuul (
include pip
$packages = [
'gcc', # yappi requires this to build
'python-webob',
'python-lockfile',
'python-paste',