testing/minigalaxy: add missing dependencies

Fixes: https://gitlab.alpinelinux.org/alpine/aports/-/issues/18158
This commit is contained in:
vad 2026-04-29 17:38:08 +02:00 committed by Hugo Barrera
parent eb7979e699
commit 7de5ca711c

View File

@ -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() {