main/hwtest: add missing dependency (MR 4591)
hwtest crashes if fftest is not provided. [ci:skip-build]: already built successfully in CI
This commit is contained in:
parent
2459e95cd6
commit
8c934b9f74
1 changed files with 2 additions and 2 deletions
|
@ -1,12 +1,12 @@
|
|||
# Maintainer: Martijn Braam <martijn@brixit.nl>
|
||||
pkgname=hwtest
|
||||
pkgver=0.7.0
|
||||
pkgrel=0
|
||||
pkgrel=1
|
||||
pkgdesc="Small utility to check hardware functionality on phones"
|
||||
url="https://gitlab.com/MartijnBraam/hwtest"
|
||||
arch="noarch"
|
||||
license="MIT"
|
||||
depends="python3 py3-dbus py3-setuptools ffmpeg v4l-utils evtest alsa-utils"
|
||||
depends="python3 py3-dbus py3-setuptools ffmpeg v4l-utils evtest alsa-utils linuxconsoletools"
|
||||
makedepends="python3-dev"
|
||||
source="$pkgname-$pkgver.tar.gz::https://gitlab.com/MartijnBraam/hwtest/-/archive/$pkgver/hwtest-$pkgver.tar.gz"
|
||||
options="!check" # No tests
|
||||
|
|
Loading…
Reference in a new issue