# --- T2-COPYRIGHT-BEGIN --- # t2/package/*/pyqt5/gpep517.patch # Copyright (C) 2024 - 2026 The T2 SDE Project # SPDX-License-Identifier: GPL-2.0 or patched project license # --- T2-COPYRIGHT-END --- --- PyQt5-5.15.11/project.py.orig 2024-07-13 12:45:28.944010700 +0300 +++ PyQt5-5.15.11/project.py 2024-08-06 22:53:02.941449196 +0300 @@ -168,7 +168,7 @@ # Automatically confirm the license if there might not be a command # line option to do so. - if tool == 'pep517': + if tool != 'emptytools': self.confirm_license = True self._check_license()