pyqt5: replace QtWebKit with QtWebEngine in test
The `QtWebKit` module has been deprecated for quite a while and was finally removed in Qt 5.6.0. Adapt test to use its successor instead. Closes Homebrew/homebrew#50227. Signed-off-by: Martin Afanasjew <martin@afanasjew.de>
This commit is contained in:
parent
79b67faffa
commit
b3299c4d78
1 changed files with 1 additions and 1 deletions
|
@ -68,7 +68,7 @@ class Pyqt5 < Formula
|
|||
Network
|
||||
Quick
|
||||
Svg
|
||||
WebKit
|
||||
WebEngineWidgets
|
||||
Widgets
|
||||
Xml
|
||||
].each { |mod| system python, "-c", "import PyQt5.Qt#{mod}" }
|
||||
|
|
Loading…
Reference in a new issue