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 <pabelanger@redhat.com>
This commit is contained in:
Paul Belanger 2016-12-24 11:48:20 -05:00
parent fdb7b6d23c
commit 2215e933f3
4 changed files with 1 additions and 3 deletions

View File

@ -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]

View File

@ -15,7 +15,6 @@
__nodepool_build_depends:
- gcc
- gcc-c++
- git
- libffi-devel
- libxml2-devel
- libxslt-devel

View File

@ -26,7 +26,6 @@
# under the License.
---
__nodepool_build_depends:
- git
- libffi-dev
- libssl-dev
- libxml2-dev

View File

@ -26,7 +26,6 @@
# under the License.
---
__nodepool_build_depends:
- git
- libffi-dev
- libssl-dev
- libxml2-dev