diff --git a/srcpkgs/python3-nest_asyncio/template b/srcpkgs/python3-nest_asyncio/template index 00ecc33a132..19b143bb2c7 100644 --- a/srcpkgs/python3-nest_asyncio/template +++ b/srcpkgs/python3-nest_asyncio/template @@ -1,10 +1,10 @@ # Template file for 'python3-nest_asyncio' pkgname=python3-nest_asyncio version=1.5.1 -revision=1 +revision=2 wrksrc="${pkgname#python3-}-${version}" build_style=python3-module -hostmakedepends="python3-setuptools_scm python3-toml" +hostmakedepends="python3-setuptools_scm" depends="python3" checkdepends="python3-pytest" short_desc="Python asyncio patch to allow nested event loops"