From 7680aa3289c13d43626bc4f5bf2e4a75592f1e9e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C4=90o=C3=A0n=20Tr=E1=BA=A7n=20C=C3=B4ng=20Danh?= Date: Thu, 22 Sep 2022 21:47:35 +0700 Subject: [PATCH] python3-pyudev: add missing checkdepends --- srcpkgs/python3-pyudev/template | 2 ++ 1 file changed, 2 insertions(+) diff --git a/srcpkgs/python3-pyudev/template b/srcpkgs/python3-pyudev/template index 41936b989a2..e9a7d64c839 100644 --- a/srcpkgs/python3-pyudev/template +++ b/srcpkgs/python3-pyudev/template @@ -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 " license="LGPL-2.1-or-later"