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

Igor Gnatenko 378375e
From 03bc9977c852971955d03018317518d992a7033f 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
7dda42c
Subject: [PATCH 2/3] disable executing git submodule
7dda42c
7dda42c
Signed-off-by: Igor Gnatenko <i.gnatenko.brain@gmail.com>
7dda42c
---
7dda42c
 setup.py | 4 +---
7dda42c
 1 file changed, 1 insertion(+), 3 deletions(-)
7dda42c
7dda42c
diff --git a/setup.py b/setup.py
Igor Gnatenko 378375e
index 4ca9284..b4c687b 100644
7dda42c
--- a/setup.py
7dda42c
+++ b/setup.py
Igor Gnatenko 378375e
@@ -99,9 +99,7 @@ def get_config_schema():
7dda42c
 
7dda42c
 def main():
7dda42c
     from setuptools import find_packages
7dda42c
-    from aksetup_helper import (hack_distutils, get_config, setup,
7dda42c
-            check_git_submodules)
7dda42c
-    check_git_submodules()
7dda42c
+    from aksetup_helper import (hack_distutils, get_config, setup)
7dda42c
 
7dda42c
     hack_distutils()
7dda42c
     conf = get_config(get_config_schema(),
7dda42c
-- 
Igor Gnatenko 378375e
2.15.1
7dda42c