Blame 0001-disable-executing-git-submodule.patch

554e34e
From ebffe91861a95f00ecb4d7c03e209147d547c0d6 Mon Sep 17 00:00:00 2001
7dda42c
From: Igor Gnatenko <i.gnatenko.brain@gmail.com>
7dda42c
Date: Sat, 24 Oct 2015 12:55:47 +0200
554e34e
Subject: [PATCH 1/2] disable executing git submodule
7dda42c
7dda42c
Signed-off-by: Igor Gnatenko <i.gnatenko.brain@gmail.com>
7dda42c
---
554e34e
 setup.py | 1 -
554e34e
 1 file changed, 1 deletion(-)
7dda42c
7dda42c
diff --git a/setup.py b/setup.py
554e34e
index 1b71cb5..29ecdbc 100644
7dda42c
--- a/setup.py
7dda42c
+++ b/setup.py
554e34e
@@ -110,7 +110,6 @@ def main():
554e34e
             check_pybind11, check_git_submodules, ExtensionUsingNumpy,
554e34e
             get_pybind_include, PybindBuildExtCommand)
554e34e
     check_pybind11()
7dda42c
-    check_git_submodules()
7dda42c
 
7dda42c
     hack_distutils()
7dda42c
     conf = get_config(get_config_schema(),
7dda42c
-- 
554e34e
2.21.0
7dda42c