From: Sophie Brun Date: Tue, 5 Nov 2019 09:39:14 +0000 (+0100) Subject: Drop git requirement X-Git-Tag: archive/raspbian/5.13.2-3+rpi1~1^2~8 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=6d53589c63e8759c77458662f81468416553b6a2;p=pyside2.git Drop git requirement Last-Update: 2018-07-06 Only to allow local build without git. Last-Update: 2018-07-06 Gbp-Pq: Name drop-git-requirement.patch --- diff --git a/build_scripts/main.py b/build_scripts/main.py index 5f53679..8b0f3de 100644 --- a/build_scripts/main.py +++ b/build_scripts/main.py @@ -299,9 +299,9 @@ def get_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 build folder. for n in ["build"]: d = os.path.join(setup_script_dir, n)