From 466cf9a0e82a725d946227e3509001e680f08793 Mon Sep 17 00:00:00 2001 From: HenriDellal Date: Thu, 26 Mar 2020 12:52:41 +0000 Subject: [PATCH] main/hwtest: add missing dependency (!1106) --- main/hwtest/APKBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/main/hwtest/APKBUILD b/main/hwtest/APKBUILD index 0a7cf14ac..0b6958f4d 100644 --- a/main/hwtest/APKBUILD +++ b/main/hwtest/APKBUILD @@ -2,12 +2,12 @@ # Maintainer: Martijn Braam pkgname=hwtest pkgver=0.6.0 -pkgrel=1 +pkgrel=2 pkgdesc="Small utility to check hardware functionality on phones" url="https://gitlab.com/MartijnBraam/hwtest" arch="noarch" license="MIT" -depends="python3 py3-dbus ffmpeg v4l-utils evtest alsa-utils" +depends="python3 py3-dbus py3-setuptools ffmpeg v4l-utils evtest alsa-utils" makedepends="python3-dev" source="$pkgname-$pkgver.tar.gz::https://gitlab.com/MartijnBraam/hwtest/-/archive/$pkgver/hwtest-$pkgver.tar.gz" options="!check" # No tests