diff --git a/srcpkgs/python3-aiohttp/template b/srcpkgs/python3-aiohttp/template index d3f1a0afb62..63c808b40ea 100644 --- a/srcpkgs/python3-aiohttp/template +++ b/srcpkgs/python3-aiohttp/template @@ -1,14 +1,14 @@ # Template file for 'python3-aiohttp' pkgname=python3-aiohttp version=3.5.1 -revision=1 +revision=2 wrksrc="aiohttp-${version}" build_style=python3-module pycompile_module="aiohttp" hostmakedepends="python3-Cython python3-setuptools" makedepends="python3-devel http-parser-devel" depends="python3-async-timeout python3-attrs python3-chardet python3-idna-ssl - python3-yarl" + python3-yarl python3-typing_extensions" short_desc="HTTP client/server for asyncio (PEP-3156)" maintainer="Michael Aldridge " license="Apache-2.0"