Source: pymol
Version: 3.1.0+dfsg-1
Severity: minor
Tags: patch
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},