depot/third_party/nixpkgs/pkgs/development/python-modules/pyqt/pyqt5-confirm-license.patch
Default email 02cf88bb76 Project import generated by Copybara.
GitOrigin-RevId: c4a0efdd5a728e20791b8d8d2f26f90ac228ee8d
2022-08-12 15:06:08 +03:00

13 lines
346 B
Diff

diff --git a/projectepy b/project.py
--- a/project.py
+++ b/project.py
@@ -163,8 +163,7 @@
# Automatically confirm the license if there might not be a command
# line option to do so.
- if tool == 'pep517':
- self.confirm_license = True
+ self.confirm_license = True
self._check_license()