From 549659ad2a6390591a11a7b9846ca9885250b51e Mon Sep 17 00:00:00 2001 From: Debian Qt/KDE Maintainers Date: Sun, 23 Dec 2018 23:25:45 +0000 Subject: [PATCH] drop-git-requirement Gbp-Pq: Name drop-git-requirement.patch --- build_scripts/main.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/build_scripts/main.py b/build_scripts/main.py index b64d6f1..77e2476 100644 --- a/build_scripts/main.py +++ b/build_scripts/main.py @@ -305,9 +305,9 @@ def get_qt_version(): return qt_version def prepare_build(): - if (os.path.isdir(".git") and not OPTION_IGNOREGIT and - not OPTION_ONLYPACKAGE and not OPTION_REUSE_BUILD): - prepare_sub_modules() + #if (os.path.isdir(".git") and not OPTION_IGNOREGIT and + # not OPTION_ONLYPACKAGE and not OPTION_REUSE_BUILD): + # prepare_sub_modules() # Clean up temp and package folders for n in [pyside_package_dir_name, "build"]: d = os.path.join(setup_script_dir, n) -- 2.30.2