diff --git a/srcpkgs/python3-pytest-asyncio/template b/srcpkgs/python3-pytest-asyncio/template index 5cac61d27a4..4a1e0d0fc62 100644 --- a/srcpkgs/python3-pytest-asyncio/template +++ b/srcpkgs/python3-pytest-asyncio/template @@ -1,13 +1,13 @@ # Template file for 'python3-pytest-asyncio' pkgname=python3-pytest-asyncio version=0.9.0 -revision=1 +revision=2 noarch=yes wrksrc="pytest-asyncio-${version}" build_style=python3-module pycompile_module="pytest_asyncio" hostmakedepends="python3-setuptools" -depends="python3-pytest python3-async_generator" +depends="python3-pytest" short_desc="Pytest support for asyncio" maintainer="maxice8 " license="Apache-2.0"