From: Alfredo Deza Date: Wed, 22 Jul 2015 19:53:32 +0000 (-0400) Subject: ensure six is updated and libtool is installed X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=fe40cead33976c2b7f7663b21736ade0491b1ffd;p=ceph-build.git ensure six is updated and libtool is installed Signed-off-by: Alfredo Deza --- diff --git a/ansible/slave.yml.j2 b/ansible/slave.yml.j2 index 22913d19..c1f22830 100644 --- a/ansible/slave.yml.j2 +++ b/ansible/slave.yml.j2 @@ -78,6 +78,9 @@ - epel-release - java-1.7.0-openjdk - git + - python-pip + - python-virtualenv + - libtool #- rpm-sign when: ansible_pkg_mgr == "yum" @@ -102,8 +105,13 @@ - python-dev - python-pip - python-virtualenv + - libtool when: ansible_pkg_mgr == "apt" + - name: install six, latest one + sudo: true + pip: name=six state=latest + - name: install python-jenkins sudo: true pip: name=python-jenkins