From 03bc9977c852971955d03018317518d992a7033f Mon Sep 17 00:00:00 2001 From: Igor Gnatenko Date: Sat, 24 Oct 2015 12:55:47 +0200 Subject: [PATCH 2/3] disable executing git submodule Signed-off-by: Igor Gnatenko --- setup.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/setup.py b/setup.py index 4ca9284..b4c687b 100644 --- a/setup.py +++ b/setup.py @@ -99,9 +99,7 @@ def get_config_schema(): def main(): from setuptools import find_packages - from aksetup_helper import (hack_distutils, get_config, setup, - check_git_submodules) - check_git_submodules() + from aksetup_helper import (hack_distutils, get_config, setup) hack_distutils() conf = get_config(get_config_schema(), -- 2.15.1