repo.or.cz
/
NixPkgs.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Merge pull request #268619 from tweag/lib-descriptions
[NixPkgs.git]
/
pkgs
/
development
/
python-modules
/
pyqt
/
pyqt5-confirm-license.patch
blob
9587e5ced28d578f2df1139d92b24eaab54a6682
1
diff --git a/projectepy b/project.py
2
--- a/project.py
3
+++ b/project.py
4
@@ -163,8 +163,7 @@
5
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
11
12
self._check_license()
13