albert: switch to py3
The package would already build with py3 by default at this point because of indirect dependencies and ordering. Enforce this instead of attempting to fix py2.
This commit is contained in:
parent
41d1a8f23b
commit
e66639b1b2
1 changed files with 2 additions and 2 deletions
|
@ -1,12 +1,12 @@
|
|||
# Template file for 'albert'
|
||||
pkgname=albert
|
||||
version=0.16.1
|
||||
revision=1
|
||||
revision=2
|
||||
_plugins_hash=029bd8ccb58c4452bd82ab42be8739f1639e42d4
|
||||
_pybind_version=2.2.4
|
||||
build_style=cmake
|
||||
configure_args="-DBUILD_VIRTUALBOX=OFF"
|
||||
makedepends="libqalculate-devel muparser-devel python-devel qt5-declarative-devel
|
||||
makedepends="libqalculate-devel muparser-devel python3-devel qt5-declarative-devel
|
||||
qt5-svg-devel qt5-x11extras-devel qt5-plugin-mysql qt5-plugin-odbc qt5-plugin-pgsql
|
||||
qt5-plugin-sqlite qt5-plugin-tds qt5-charts-devel"
|
||||
depends="qt5-plugin-sqlite qt5-quickcontrols qt5-graphicaleffects"
|
||||
|
|
Loading…
Reference in a new issue