From f7df791eddf4386746b871b9776915a1b5c6ddfc Mon Sep 17 00:00:00 2001 From: mhmdanas Date: Sun, 10 Apr 2022 19:33:13 +0300 Subject: [PATCH] python3-click-plugins: fix tests. --- srcpkgs/python3-click-plugins/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-click-plugins/template b/srcpkgs/python3-click-plugins/template index 142900633bb..3fffc0e849f 100644 --- a/srcpkgs/python3-click-plugins/template +++ b/srcpkgs/python3-click-plugins/template @@ -4,9 +4,9 @@ version=1.1.1 revision=4 wrksrc="click-plugins-${version}" build_style=python3-module -pycompile_module="click-plugins" hostmakedepends="python3-setuptools" depends="python3-click" +checkdepends="$depends python3-pytest" short_desc="Python3-click module extension to register CLI commands" maintainer="Alex Childs " license="BSD-2-Clause"