mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-08 16:13:50 +02:00
python3-aiohttp: do not depend on python3-idna-ssl
aiohttp doesn't use idna-ssl anymore
This commit is contained in:
parent
44566bd8a6
commit
e80ee547ce
1 changed files with 2 additions and 2 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Reference in a new issue