From c0a33b3849d26fd744157b54a0748199eb4dfb0c 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 1d73590..4588194 100644 --- a/setup.py +++ b/setup.py @@ -93,9 +93,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.11.0