diff --git a/srcpkgs/python3-hypercorn/template b/srcpkgs/python3-hypercorn/template index 9635ad9fe53..f44154778e5 100644 --- a/srcpkgs/python3-hypercorn/template +++ b/srcpkgs/python3-hypercorn/template @@ -1,11 +1,11 @@ # Template file for 'python3-hypercorn' pkgname=python3-hypercorn version=0.11.2 -revision=1 +revision=2 wrksrc="${pkgname#*-}-${version}" build_style=python3-module hostmakedepends="python3-setuptools" -depends="python3-h11 python3-hyper-h2 python3-priority +depends="python3-h11 python3-h2 python3-priority python3-toml python3-typing_extensions python3-wsproto" checkdepends="python3-pytest-asyncio $depends" short_desc="Python ASGI server based on hyper and inspired by gunicorn"