From 2215e933f311ee052f04bf769e4619b8e7769b84 Mon Sep 17 00:00:00 2001 From: Paul Belanger Date: Sat, 24 Dec 2016 11:48:20 -0500 Subject: [PATCH] Move git into bindep Dependencies for ansible should not be included into our role, they should be setup by the user before hand. Change-Id: Id35f43c6cd87dca9b4a91bfebb4f7e645ab21784 Signed-off-by: Paul Belanger --- bindep.txt | 1 + vars/redhat.yaml | 1 - vars/ubuntu-trusty.yaml | 1 - vars/ubuntu-xenial.yaml | 1 - 4 files changed, 1 insertion(+), 3 deletions(-) diff --git a/bindep.txt b/bindep.txt index 0265648..cb8c48d 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-devel [platform:rpm] libffi-dev [platform:dpkg] libselinux-python [platform:rpm] diff --git a/vars/redhat.yaml b/vars/redhat.yaml index b7859b4..5438cbc 100644 --- a/vars/redhat.yaml +++ b/vars/redhat.yaml @@ -15,7 +15,6 @@ __nodepool_build_depends: - gcc - gcc-c++ - - git - libffi-devel - libxml2-devel - libxslt-devel diff --git a/vars/ubuntu-trusty.yaml b/vars/ubuntu-trusty.yaml index 77cc073..f360b19 100644 --- a/vars/ubuntu-trusty.yaml +++ b/vars/ubuntu-trusty.yaml @@ -26,7 +26,6 @@ # under the License. --- __nodepool_build_depends: - - git - libffi-dev - libssl-dev - libxml2-dev diff --git a/vars/ubuntu-xenial.yaml b/vars/ubuntu-xenial.yaml index 48852bb..7bad620 100644 --- a/vars/ubuntu-xenial.yaml +++ b/vars/ubuntu-xenial.yaml @@ -26,7 +26,6 @@ # under the License. --- __nodepool_build_depends: - - git - libffi-dev - libssl-dev - libxml2-dev