Merge pull request #268619 from tweag/lib-descriptions
[NixPkgs.git] / pkgs / development / python-modules / pyqt / pyqt5-confirm-license.patch
blob9587e5ced28d578f2df1139d92b24eaab54a6682
1 diff --git a/projectepy b/project.py
2 --- a/project.py
3 +++ b/project.py
4 @@ -163,8 +163,7 @@
6 # Automatically confirm the license if there might not be a command
7 # line option to do so.
8 - if tool == 'pep517':
9 - self.confirm_license = True
10 + self.confirm_license = True
12 self._check_license()