From 828a4ccc5fe9db98be280d738f090317ce02208e Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Aug 2024 15:43:46 -0400 Subject: [PATCH] python3-aiohttp: fix dependencies --- srcpkgs/python3-aiohttp/template | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/srcpkgs/python3-aiohttp/template b/srcpkgs/python3-aiohttp/template index b9dfa5ce4fc..949652b28ec 100644 --- a/srcpkgs/python3-aiohttp/template +++ b/srcpkgs/python3-aiohttp/template @@ -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 " license="Apache-2.0"