From 7de5ca711c7fa12116cf50b0aba5d8324f67c10f Mon Sep 17 00:00:00 2001 From: vad Date: Wed, 29 Apr 2026 17:38:08 +0200 Subject: [PATCH] testing/minigalaxy: add missing dependencies Fixes: https://gitlab.alpinelinux.org/alpine/aports/-/issues/18158 --- testing/minigalaxy/APKBUILD | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/testing/minigalaxy/APKBUILD b/testing/minigalaxy/APKBUILD index 19d3b7ca194..ba3e795ee21 100644 --- a/testing/minigalaxy/APKBUILD +++ b/testing/minigalaxy/APKBUILD @@ -8,8 +8,9 @@ url="https://sharkwouter.github.io/minigalaxy/" arch="noarch" license="GPL-3.0-only" subpackages="$pkgname-pyc" +depends="py3-requests webkit2gtk-4.1" makedepends="bash gettext py3-gpep517 py3-setuptools" -checkdepends="py3-pytest py3-requests py3-simplejson" +checkdepends="py3-pytest py3-simplejson" source="$pkgname-$pkgver.tar.gz::https://github.com/sharkwouter/minigalaxy/archive/refs/tags/$pkgver.tar.gz" build() {