Uranium: add missing dependency

Closes: #7999 [via git-merge-pr]
This commit is contained in:
Karl Nilsson 2017-10-10 01:07:26 -04:00 committed by Michael Aldridge
parent 02810ad55c
commit 737afbfa73
1 changed files with 3 additions and 2 deletions

View File

@ -1,13 +1,14 @@
# Template file for 'Uranium' # Template file for 'Uranium'
pkgname=Uranium pkgname=Uranium
version=2.7.0 version=2.7.0
revision=1 revision=2
python_version=3 python_version=3
build_style=cmake build_style=cmake
hostmakedepends="python3-setuptools" hostmakedepends="python3-setuptools"
makedepends="python3-devel" makedepends="python3-devel"
depends="libArcus-python3 python3-numpy python3-PyQt5 python3-PyQt5-quick 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" short_desc="A Python framework for building Desktop applications"
maintainer="Karl Nilsson <karl.robert.nilsson@gmail.com>" maintainer="Karl Nilsson <karl.robert.nilsson@gmail.com>"
license="AGPL-3" license="AGPL-3"