main/hwtest: add missing dependency (!1106)
This commit is contained in:
parent
75afbd7b72
commit
466cf9a0e8
1 changed files with 2 additions and 2 deletions
|
@ -2,12 +2,12 @@
|
||||||
# Maintainer: Martijn Braam <martijn@brixit.nl>
|
# Maintainer: Martijn Braam <martijn@brixit.nl>
|
||||||
pkgname=hwtest
|
pkgname=hwtest
|
||||||
pkgver=0.6.0
|
pkgver=0.6.0
|
||||||
pkgrel=1
|
pkgrel=2
|
||||||
pkgdesc="Small utility to check hardware functionality on phones"
|
pkgdesc="Small utility to check hardware functionality on phones"
|
||||||
url="https://gitlab.com/MartijnBraam/hwtest"
|
url="https://gitlab.com/MartijnBraam/hwtest"
|
||||||
arch="noarch"
|
arch="noarch"
|
||||||
license="MIT"
|
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"
|
makedepends="python3-dev"
|
||||||
source="$pkgname-$pkgver.tar.gz::https://gitlab.com/MartijnBraam/hwtest/-/archive/$pkgver/hwtest-$pkgver.tar.gz"
|
source="$pkgname-$pkgver.tar.gz::https://gitlab.com/MartijnBraam/hwtest/-/archive/$pkgver/hwtest-$pkgver.tar.gz"
|
||||||
options="!check" # No tests
|
options="!check" # No tests
|
||||||
|
|
Loading…
Reference in a new issue