diff --git a/srcpkgs/python3-aiohttp-sse-client/template b/srcpkgs/python3-aiohttp-sse-client/template index ce2167e0563..45ff6693e2a 100644 --- a/srcpkgs/python3-aiohttp-sse-client/template +++ b/srcpkgs/python3-aiohttp-sse-client/template @@ -1,7 +1,7 @@ # Template file for 'python3-aiohttp-sse-client' pkgname=python3-aiohttp-sse-client version=0.2.0 -revision=1 +revision=2 wrksrc="${pkgname#*-}-${version}" build_style=python3-module hostmakedepends="python3-setuptools" @@ -13,3 +13,8 @@ license="Apache-2.0" homepage="https://github.com/rtfol/aiohttp-sse-client" distfiles="${homepage}/archive/v${version}.tar.gz" checksum=7fe8f9af35cf9a97249562e81a35c2f86544ce388928223205021ab00c30edca + +post_patch() { + # Package does not *need* pytest-runner to build, and Void doesn't have it + vsed -e "/setup_requirements/s/['\"]pytest-runner['\"],*//" -i setup.py +}