From fd4d4b1f0e73ed14a9a7c5393e7ad399650ffcde Mon Sep 17 00:00:00 2001 From: Paul Belanger Date: Mon, 10 Dec 2018 13:28:56 -0500 Subject: [PATCH] Remove git from build dependencies Git is actually a dependency for ansible, and we've stopped managing them in our roles. This should be done in the bootstrap phase of using the role. Change-Id: I1b9ab9a1a17e052ab3bd36a68d6f26e46ee86b38 Signed-off-by: Paul Belanger --- vars/Debian.yaml | 3 +-- vars/RedHat.yaml | 3 +-- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/vars/Debian.yaml b/vars/Debian.yaml index 4c9f307..d6f4616 100644 --- a/vars/Debian.yaml +++ b/vars/Debian.yaml @@ -25,8 +25,7 @@ # License for the specific language governing permissions and limitations # under the License. --- -__virtualenv_build_depends: - - git +__virtualenv_build_depends: [] __virtualenv_package_name: - python3-virtualenv diff --git a/vars/RedHat.yaml b/vars/RedHat.yaml index 23428f0..d80ecb7 100644 --- a/vars/RedHat.yaml +++ b/vars/RedHat.yaml @@ -12,8 +12,7 @@ # License for the specific language governing permissions and limitations # under the License. --- -__virtualenv_build_depends: - - git +__virtualenv_build_depends: [] __virtualenv_package_name: - python3-virtualenv