* updated maddy (0.7.1 -> 0.8.1), untested
[t2sde.git] / package / python / pyqt5 / gpep517.patch
blob978d1fa600ada2c69c458410eac2ffec39deefa1
1 # --- T2-COPYRIGHT-NOTE-BEGIN ---
2 # T2 SDE: package/*/pyqt5/gpep517.patch
3 # Copyright (C) 2024 The T2 SDE Project
4 #
5 # This Copyright note is generated by scripts/Create-CopyPatch,
6 # more information can be found in the files COPYING and README.
7 #
8 # This patch file is dual-licensed. It is available under the license the
9 # patched project is licensed under, as long as it is an OpenSource license
10 # as defined at http://www.opensource.org/ (e.g. BSD, X11) or under the terms
11 # of the GNU General Public License version 2 as used by the T2 SDE.
12 # --- T2-COPYRIGHT-NOTE-END ---
14 --- PyQt5-5.15.11/project.py.orig 2024-07-13 12:45:28.944010700 +0300
15 +++ PyQt5-5.15.11/project.py 2024-08-06 22:53:02.941449196 +0300
16 @@ -168,7 +168,7 @@
18 # Automatically confirm the license if there might not be a command
19 # line option to do so.
20 - if tool == 'pep517':
21 + if tool != 'emptytools':
22 self.confirm_license = True
24 self._check_license()