From b9a31a08656d961a9151c344cbed5762662cea97 Mon Sep 17 00:00:00 2001 From: mhmdanas Date: Sun, 10 Apr 2022 19:35:14 +0300 Subject: [PATCH] python3-click-threading: fix tests. --- srcpkgs/python3-click-threading/template | 1 + 1 file changed, 1 insertion(+) diff --git a/srcpkgs/python3-click-threading/template b/srcpkgs/python3-click-threading/template index b639065db3d..66bd90de3fd 100644 --- a/srcpkgs/python3-click-threading/template +++ b/srcpkgs/python3-click-threading/template @@ -6,6 +6,7 @@ wrksrc="click-threading-${version}" build_style="python3-module" hostmakedepends="python3-setuptools" depends="python3-click" +checkdepends="$depends python3-pytest" short_desc="Multithreaded Click apps made easy (Python3)" maintainer="Oliver Kiddle " license="MIT"