From 14902caaf32276787b20e139f15b046e28686a26 Mon Sep 17 00:00:00 2001 From: Alfredo Deza Date: Wed, 22 Jul 2015 16:49:05 -0400 Subject: [PATCH] more build tools that need to be installed Signed-off-by: Alfredo Deza --- ansible/slave.yml.j2 | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/ansible/slave.yml.j2 b/ansible/slave.yml.j2 index c1f22830..e5110a15 100644 --- a/ansible/slave.yml.j2 +++ b/ansible/slave.yml.j2 @@ -82,6 +82,21 @@ - python-virtualenv - libtool #- rpm-sign + - autoconf + - redhat-lsb-core + - automake + - binutils + - bison + - flex + - gcc + - gcc-c++ + - gettext + - libtool + - make + - patch + - pkgconfig + - redhat-rpm-config + - rpm-build when: ansible_pkg_mgr == "yum" # Run the equivalent of "apt-get update" as a separate step -- 2.39.5