diff options
Diffstat (limited to 'user/qt5-qtdeclarative')
-rw-r--r-- | user/qt5-qtdeclarative/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/user/qt5-qtdeclarative/APKBUILD b/user/qt5-qtdeclarative/APKBUILD index 7f4e9c166..5e4a874f4 100644 --- a/user/qt5-qtdeclarative/APKBUILD +++ b/user/qt5-qtdeclarative/APKBUILD @@ -7,7 +7,7 @@ pkgdesc="Qt 5 - Qt Declarative and Qt Quick 2" url="https://qt.io/" arch="all" license="LGPL-2.0 with exceptions OR GPL-3.0 with exceptions" -makedepends="qt5-qtbase-dev libexecinfo-dev" +makedepends="qt5-qtbase-dev libexecinfo-dev python3" # python-compat subpackages="$pkgname-dev" source="https://download.qt.io/official_releases/qt/${pkgver%.*}/$pkgver/submodules/$_pkgname-$pkgver.tar.xz add-execinfo.patch" |