From 99410353ea2c70ae63416a93b32add7976f27217 Mon Sep 17 00:00:00 2001
From: Amir MOHAMMADI <amir.mohammadi@idiap.ch>
Date: Thu, 30 Sep 2021 20:03:33 +0200
Subject: [PATCH] install git using conda

---
 bob/devtools/bootstrap.py | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/bob/devtools/bootstrap.py b/bob/devtools/bootstrap.py
index ee74dd47..b9d58ed5 100644
--- a/bob/devtools/bootstrap.py
+++ b/bob/devtools/bootstrap.py
@@ -536,6 +536,7 @@ if __name__ == "__main__":
                 "-n",
                 "base",
                 "python",
+                "git",
                 "conda=%s" % conda_version,
                 "conda-build=%s" % conda_build_version,
                 # "conda-verify=%s" % conda_verify_version,
@@ -554,6 +555,7 @@ if __name__ == "__main__":
                 "-n",
                 "base",
                 "python",
+                "git",
                 "conda=%s" % conda_version,
                 "conda-build=%s" % conda_build_version,
                 # "conda-verify=%s" % conda_verify_version,
-- 
GitLab