From 7cbacf27c53c502005b725a35b941e700a7396d2 Mon Sep 17 00:00:00 2001
From: Amir MOHAMMADI <amir.mohammadi@idiap.ch>
Date: Thu, 30 Sep 2021 20:52:53 +0200
Subject: [PATCH] make git linux only
 https://github.com/conda-forge/git-feedstock/issues/50

---
 conda/meta.yaml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/conda/meta.yaml b/conda/meta.yaml
index 81429f6d..d64006ed 100644
--- a/conda/meta.yaml
+++ b/conda/meta.yaml
@@ -36,7 +36,7 @@ requirements:
     # - conda-verify=3
     - certifi
     - docformatter
-    - git
+    - git  # [linux]
     - pytz
     - python-dateutil
     - gitpython
-- 
GitLab