python3-pyudev: add missing checkdepends

This commit is contained in:
Đoàn Trần Công Danh 2022-09-22 21:47:35 +07:00
parent 9a2fb7fd98
commit 7680aa3289

View file

@ -6,6 +6,8 @@ wrksrc="pyudev-${version}"
build_style=python3-module
hostmakedepends="python3-setuptools"
depends="python3 python3-six eudev-libudev"
checkdepends="$depends python3-pytest python3-mock python3-hypothesis
python3-docutils"
short_desc="Python bindings to libudev (Python3)"
maintainer="Luca Weiss <luca@z3ntu.xyz>"
license="LGPL-2.1-or-later"