From b3299c4d78f418a9d0b0275ac6d8440fb4633ec2 Mon Sep 17 00:00:00 2001 From: Martin Afanasjew Date: Thu, 17 Mar 2016 22:48:54 +0100 Subject: [PATCH] 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 --- Formula/pyqt5.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Formula/pyqt5.rb b/Formula/pyqt5.rb index 9385bcaaff..5a1600d451 100644 --- a/Formula/pyqt5.rb +++ b/Formula/pyqt5.rb @@ -68,7 +68,7 @@ class Pyqt5 < Formula Network Quick Svg - WebKit + WebEngineWidgets Widgets Xml ].each { |mod| system python, "-c", "import PyQt5.Qt#{mod}" }