python3-aiohttp: fix deps

closes #6726
This commit is contained in:
Denis Revin 2019-01-07 17:28:48 +04:00 committed by maxice8
parent 6cde403cc1
commit 2019b74595
No known key found for this signature in database
GPG Key ID: 543B9D4F4299F06B
1 changed files with 2 additions and 2 deletions

View File

@ -1,14 +1,14 @@
# Template file for 'python3-aiohttp' # Template file for 'python3-aiohttp'
pkgname=python3-aiohttp pkgname=python3-aiohttp
version=3.5.1 version=3.5.1
revision=1 revision=2
wrksrc="aiohttp-${version}" wrksrc="aiohttp-${version}"
build_style=python3-module build_style=python3-module
pycompile_module="aiohttp" pycompile_module="aiohttp"
hostmakedepends="python3-Cython python3-setuptools" hostmakedepends="python3-Cython python3-setuptools"
makedepends="python3-devel http-parser-devel" makedepends="python3-devel http-parser-devel"
depends="python3-async-timeout python3-attrs python3-chardet python3-idna-ssl 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)" short_desc="HTTP client/server for asyncio (PEP-3156)"
maintainer="Michael Aldridge <maldridge@voidlinux.org>" maintainer="Michael Aldridge <maldridge@voidlinux.org>"
license="Apache-2.0" license="Apache-2.0"