From c966b22bcfb5aa89d9db335d95ab08338689b943 Mon Sep 17 00:00:00 2001 From: Karl Nilsson Date: Thu, 6 Dec 2018 17:48:15 -0500 Subject: [PATCH] Uranium: add python3-shapely runtime dependency --- srcpkgs/Uranium/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/Uranium/template b/srcpkgs/Uranium/template index e75ac49337..a66aaf847f 100644 --- a/srcpkgs/Uranium/template +++ b/srcpkgs/Uranium/template @@ -1,7 +1,7 @@ # Template file for 'Uranium' pkgname=Uranium version=3.6.0 -revision=1 +revision=2 noarch=yes build_style=cmake pycompile_module="UM" @@ -9,7 +9,7 @@ pycompile_dirs="usr/lib/uranium/plugins" hostmakedepends="python3" depends="libArcus-python3 python3-PyQt5-opengl python3-PyQt5-quick python3-PyQt5-svg python3-numpy-stl python3-scipy qt5-quickcontrols - qt5-quickcontrols2" + qt5-quickcontrols2 python3-shapely" short_desc="Python framework for building Desktop applications" maintainer="Karl Nilsson " license="LGPL-3.0-or-later"