diff options
author | Daniel Isaksen <d@duniel.no> | 2018-11-17 14:32:17 +0000 |
---|---|---|
committer | Carlo Landmeter <clandmeter@alpinelinux.org> | 2018-11-18 08:43:04 +0000 |
commit | 5c8ca00e73a9b76f8ecdcf2d3f10ac07b4c643ca (patch) | |
tree | e803bbbe300ea4c7ec8fa15fac5c298cd54dfeb5 /community | |
parent | 59fbb4f1134803796b44e342f3df5e97a219806f (diff) | |
download | aports-5c8ca00e73a9b76f8ecdcf2d3f10ac07b4c643ca.tar.bz2 aports-5c8ca00e73a9b76f8ecdcf2d3f10ac07b4c643ca.tar.xz |
community/qt5-qtwebkit: add python2 to makedepends
Diffstat (limited to 'community')
-rw-r--r-- | community/qt5-qtwebkit/APKBUILD | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/community/qt5-qtwebkit/APKBUILD b/community/qt5-qtwebkit/APKBUILD index 19b0f04810..a84935f6a9 100644 --- a/community/qt5-qtwebkit/APKBUILD +++ b/community/qt5-qtwebkit/APKBUILD @@ -24,6 +24,7 @@ makedepends="$depends_dev ruby sqlite-dev zlib-dev + python2 " subpackages="$pkgname-dev" |