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:
Martin Afanasjew 2016-03-17 22:48:54 +01:00 committed by Xu Cheng
parent 79b67faffa
commit b3299c4d78

View file

@ -68,7 +68,7 @@ class Pyqt5 < Formula
Network
Quick
Svg
WebKit
WebEngineWidgets
Widgets
Xml
].each { |mod| system python, "-c", "import PyQt5.Qt#{mod}" }