From 68d4bb56e92615c800b56e8373573a17d0541c70 Mon Sep 17 00:00:00 2001 From: Monty Taylor Date: Fri, 4 Jul 2014 12:07:32 -0700 Subject: [PATCH] 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 --- modules/zuul/manifests/init.pp | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/zuul/manifests/init.pp b/modules/zuul/manifests/init.pp index b61e799e18..0fe4a7d7d8 100644 --- a/modules/zuul/manifests/init.pp +++ b/modules/zuul/manifests/init.pp @@ -50,6 +50,7 @@ class zuul ( include pip $packages = [ + 'gcc', # yappi requires this to build 'python-webob', 'python-lockfile', 'python-paste',