From: Debian Qt/KDE Maintainers Date: Thu, 10 Jan 2019 08:21:43 +0000 (+0000) Subject: drop-git-requirement X-Git-Tag: archive/raspbian/5.11.2-2+rpi1^2~3 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=b9e5aca909302c8812b950c07017cd85afb8e659;p=pyside2.git drop-git-requirement Gbp-Pq: Name drop-git-requirement.patch --- 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)