python3-aiohttp: fix dependencies
This commit is contained in:
parent
d0791e3411
commit
828a4ccc5f
|
@ -1,12 +1,12 @@
|
|||
# Template file for 'python3-aiohttp'
|
||||
pkgname=python3-aiohttp
|
||||
version=3.9.5
|
||||
revision=1
|
||||
revision=2
|
||||
build_style=python3-pep517
|
||||
hostmakedepends="python3-setuptools python3-wheel"
|
||||
makedepends="python3-devel"
|
||||
depends="python3-aiohappyeyeballs python3-aiosignal python3-async-timeout
|
||||
python3-frozenlist python3-multidict python3-yarl"
|
||||
depends="python3-aiosignal python3-attrs python3-frozenlist python3-multidict
|
||||
python3-yarl"
|
||||
short_desc="HTTP client/server for asyncio (PEP-3156)"
|
||||
maintainer="Michael Aldridge <maldridge@voidlinux.org>"
|
||||
license="Apache-2.0"
|
||||
|
|
Loading…
Reference in New Issue