about summary refs log tree commit diff
path: root/pkgs/development/python-modules/pyqt/pyqt5-confirm-license.patch
blob: 9587e5ced28d578f2df1139d92b24eaab54a6682 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
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()