From a99c8c7c082f936113f1e5160c544e30b9d288df Mon Sep 17 00:00:00 2001 From: Jean-Philippe Evrard Date: Fri, 22 Mar 2019 16:57:25 +0100 Subject: [PATCH] Use the right git in all openstack-ansible bindeps SUSE has a git-core package, lighter than git. We should use it. Change-Id: I7c722220a6cd4b72a0fbe70596ec97a518c67998 --- bindep.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bindep.txt b/bindep.txt index a62cff84..c648fb1c 100644 --- a/bindep.txt +++ b/bindep.txt @@ -26,7 +26,7 @@ gcc # Base requirements for Ubuntu -git-core [platform:dpkg] +git-core [platform:dpkg platform:suse] libssl-dev [platform:dpkg] libffi-dev [platform:dpkg] python2.7 [platform:dpkg] @@ -38,7 +38,7 @@ python3-dev [platform:dpkg] # Base requirements for RPM distros gcc-c++ [platform:rpm] -git [platform:rpm] +git [platform:rpm !platform:suse] libffi-devel [platform:rpm] openssl-devel [platform:rpm] python-devel [platform:rpm]