From 190d2a7ebc87468e8760a1073f107a781076bf4e Mon Sep 17 00:00:00 2001 From: Paul Belanger Date: Thu, 8 Mar 2018 20:57:47 -0500 Subject: [PATCH] Move ansible dependency to bindep.txt Our role shouldn't add the required dependencies for ansible, this should be done before even running of the role. Change-Id: Ic0bed3f0f73b370eaa0731e34505c19f3a862346 Signed-off-by: Paul Belanger --- bindep.txt | 1 + vars/redhat.yaml | 1 - vars/ubuntu.yaml | 1 - 3 files changed, 1 insertion(+), 2 deletions(-) diff --git a/bindep.txt b/bindep.txt index 4ef2224..f7dfaa9 100644 --- a/bindep.txt +++ b/bindep.txt @@ -1,6 +1,7 @@ # This is a cross-platform list tracking distribution packages needed by tests; # see http://docs.openstack.org/infra/bindep/ for additional information. +git libffi-dev [platform:dpkg] libffi-devel [platform:rpm] libselinux-python [platform:rpm] diff --git a/vars/redhat.yaml b/vars/redhat.yaml index 950c0b3..da16487 100644 --- a/vars/redhat.yaml +++ b/vars/redhat.yaml @@ -15,7 +15,6 @@ __zuul_build_depends: - gcc - gcc-c++ - - git - libffi-devel - openssl-devel - python3-devel diff --git a/vars/ubuntu.yaml b/vars/ubuntu.yaml index c636b4d..31c69e9 100644 --- a/vars/ubuntu.yaml +++ b/vars/ubuntu.yaml @@ -14,7 +14,6 @@ --- __zuul_build_depends: - build-essential - - git - libffi-dev - libssl-dev - python3-dev