3
0
Fork 0
forked from mirrors/nixpkgs
nixpkgs/pkgs/development/python-modules/pyqt/pyqt5-confirm-license.patch

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

14 lines
346 B
Diff
Raw Normal View History

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()