← Back to team overview

openshot.code team mailing list archive

[Merge] ~ferdnyc/openshot-packaging:webengine into openshot-packaging:master

 

FeRD (Frank Dana) has proposed merging ~ferdnyc/openshot-packaging:webengine into openshot-packaging:master.

Commit message:
Replace pyqtwebkit dependency with pyqtwebengine

Requested reviews:
  OpenShot Code (openshot.code)

For more details, see:
https://code.launchpad.net/~ferdnyc/openshot-packaging/+git/openshot-packaging/+merge/394916
-- 
Your team OpenShot Code is requested to review the proposed merge of ~ferdnyc/openshot-packaging:webengine into openshot-packaging:master.
diff --git a/openshot-qt/debian/control b/openshot-qt/debian/control
index aac8e4f..e8f27cb 100644
--- a/openshot-qt/debian/control
+++ b/openshot-qt/debian/control
@@ -15,10 +15,9 @@ Architecture: all
 Depends: python3-defusedxml,
          python3-openshot,
          python3-pyqt5,
-         python3-pyqt5.qtmultimedia,
          python3-pyqt5.qtopengl,
          python3-pyqt5.qtsvg,
-         python3-pyqt5.qtwebkit,
+         python3-pyqt5.qtwebengine,
          python3-requests,
          python3-xdg,
          python3-zmq,