python3-click-threading: fix tests.

This commit is contained in:
mhmdanas 2022-04-10 19:35:14 +03:00 committed by Piotr
parent 08114bf08b
commit b9a31a0865

View file

@ -6,6 +6,7 @@ wrksrc="click-threading-${version}"
build_style="python3-module" build_style="python3-module"
hostmakedepends="python3-setuptools" hostmakedepends="python3-setuptools"
depends="python3-click" depends="python3-click"
checkdepends="$depends python3-pytest"
short_desc="Multithreaded Click apps made easy (Python3)" short_desc="Multithreaded Click apps made easy (Python3)"
maintainer="Oliver Kiddle <okiddle@yahoo.co.uk>" maintainer="Oliver Kiddle <okiddle@yahoo.co.uk>"
license="MIT" license="MIT"