python3-aiohttp-sse-client: specify all python3 hostmakedepends

This commit is contained in:
Andrew J. Hesford 2021-01-28 09:08:52 -05:00
parent 7573c4042f
commit 98401b9bd8

View file

@ -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
}