From 737afbfa73315ff125aace4f051a068dd3c85e16 Mon Sep 17 00:00:00 2001 From: Karl Nilsson Date: Tue, 10 Oct 2017 01:07:26 -0400 Subject: [PATCH] Uranium: add missing dependency Closes: #7999 [via git-merge-pr] --- srcpkgs/Uranium/template | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/srcpkgs/Uranium/template b/srcpkgs/Uranium/template index f27e23347da..5a5e3049bc9 100644 --- a/srcpkgs/Uranium/template +++ b/srcpkgs/Uranium/template @@ -1,13 +1,14 @@ # Template file for 'Uranium' pkgname=Uranium version=2.7.0 -revision=1 +revision=2 python_version=3 build_style=cmake hostmakedepends="python3-setuptools" makedepends="python3-devel" depends="libArcus-python3 python3-numpy python3-PyQt5 python3-PyQt5-quick - python3-PyQt5-opengl python3-PyQt5-svg python3-scipy python3-numpy-stl" + python3-PyQt5-opengl python3-PyQt5-svg python3-scipy python3-numpy-stl + qt5-quickcontrols" short_desc="A Python framework for building Desktop applications" maintainer="Karl Nilsson " license="AGPL-3"