python3-aiohttp: do not depend on python3-idna-ssl
aiohttp doesn't use idna-ssl anymore
This commit is contained in:
@@ -6,8 +6,8 @@ wrksrc="aiohttp-${version}"
|
||||
build_style=python3-module
|
||||
hostmakedepends="python3-setuptools"
|
||||
makedepends="python3-devel http-parser-devel"
|
||||
depends="python3-async-timeout python3-attrs python3-chardet
|
||||
python3-idna-ssl python3-yarl python3-typing_extensions python3-multidict"
|
||||
depends="python3-async-timeout python3-attrs python3-chardet python3-yarl
|
||||
python3-typing_extensions python3-multidict"
|
||||
short_desc="HTTP client/server for asyncio (PEP-3156)"
|
||||
maintainer="Michael Aldridge <maldridge@voidlinux.org>"
|
||||
license="Apache-2.0"
|
||||
|
||||
Reference in New Issue
Block a user