From 010fe9a9ca8682967fc4d0c75bdfa43b1be2a640 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:17:03 -0400 Subject: [PATCH] python3-hypercorn: rebuild for Python 3.10 --- srcpkgs/python3-hypercorn/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/python3-hypercorn/template b/srcpkgs/python3-hypercorn/template index 9635ad9fe5..f44154778e 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"