Uranium: add missing qt5-quickcontrols2 dependency

This commit is contained in:
bra1nwave 2018-03-08 09:37:10 +01:00 committed by Enno Boland
parent 07265b7ace
commit 802a47a7ac
1 changed files with 2 additions and 2 deletions

View File

@ -1,14 +1,14 @@
# Template file for 'Uranium' # Template file for 'Uranium'
pkgname=Uranium pkgname=Uranium
version=3.2.1 version=3.2.1
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" qt5-quickcontrols qt5-quickcontrols2"
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="LGPL-3" license="LGPL-3"