From 83c1edc5659a1423dca3dc304bd8f271bd251e1b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C4=90o=C3=A0n=20Tr=E1=BA=A7n=20C=C3=B4ng=20Danh?= Date: Sun, 10 Mar 2024 20:59:42 +0700 Subject: [PATCH] pymol: needs PyQt5-opengl Fix: #49217 --- srcpkgs/pymol/template | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/srcpkgs/pymol/template b/srcpkgs/pymol/template index 726753af73d..89ddce6b98c 100644 --- a/srcpkgs/pymol/template +++ b/srcpkgs/pymol/template @@ -1,13 +1,14 @@ # Template file for 'pymol' pkgname=pymol version=2.5.0 -revision=5 +revision=6 build_style="python3-module" build_helper="numpy" hostmakedepends="python3-setuptools" makedepends="freetype-devel glew-devel glm libfreeglut-devel libgomp-devel libxml2-devel mmtf-cpp msgpack-cxx netcdf-devel python3-PyQt5 python3-devel" -depends="python3-numpy tcsh python3-pmw python3-tkinter python3-PyQt5" +depends="python3-numpy tcsh python3-pmw python3-tkinter python3-PyQt5 + python3-PyQt5-opengl" short_desc="PyMOL molecular visualization system" maintainer="Brenton Horne " license="custom:PyMOL"