#1139710 pymol: (Build-)Depend on PyQt6

Package:
src:pymol
Source:
src:pymol
Submitter:
Bastian Germann
Date:
2026-06-11 17:03:02 UTC
Severity:
normal
Tags:
#1139710#5
Date:
2026-06-11 17:01:38 UTC
From:
To:
Please update the (Build-)Depends to a Qt6 binding.
The following works for me:
--- a/debian/control
+++ b/debian/control
@@ -16,8 +16,7 @@ Build-Depends: cmake,
                python3-all-dev,
                python3-numpy,
                python3-opengl,
-               python3-pyqt5,
-               python3-pyqt5.qtopengl,
+               python3-pyqt6,
                python3-setuptools,
                texlive-latex-base,
                libxml2-dev
@@ -54,8 +53,7 @@ Section: python
 Depends: python3-legacy-cgi,
          python3-numpy,
          python3-opengl,
-         python3-pyqt5,
-         python3-pyqt5.qtopengl,
+         python3-pyqt6,
          ${misc:Depends},
          ${python3:Depends},
          ${shlibs:Depends},