python3-uvloop: add checkdepends

This commit is contained in:
Piraty 2020-05-31 15:57:06 +02:00
parent c6b207dd83
commit 1230d9feaf

View file

@ -6,6 +6,7 @@ wrksrc="${pkgname#*-}-${version}"
build_style=python3-module
hostmakedepends="python3 python3-setuptools python3-Cython"
makedepends="libuv-devel python3-devel"
checkdepends="flake8 python3-openssl python3-psutil"
depends="python3"
short_desc="Fast replacement for Python asyncio event loop"
maintainer="Andrew J. Hesford <ajh@sideband.org>"