From 2245c4131a89cb3648e57da421029084f41ce916 Mon Sep 17 00:00:00 2001 From: Hervy Qurrotul Ainur Date: Fri, 22 Jan 2021 09:39:34 +0700 Subject: [PATCH] dispcalGUI: fix crash, add python-dbus to depedencies --- srcpkgs/dispcalGUI/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/dispcalGUI/template b/srcpkgs/dispcalGUI/template index 60dda09a12d..77dc579472d 100644 --- a/srcpkgs/dispcalGUI/template +++ b/srcpkgs/dispcalGUI/template @@ -7,7 +7,7 @@ wrksrc="${_name}-${version}" build_style=python2-module hostmakedepends="python" makedepends="python-devel libXxf86vm-devel libXinerama-devel libXrandr-devel" -depends="python-numpy wxPython argyllcms" +depends="python-dbus python-numpy wxPython argyllcms" short_desc="Display Calibration and Characterization" maintainer="lemmi " license="GPL-3.0-or-later"