From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 1F60815827B for ; Fri, 15 Aug 2025 19:13:59 +0000 (UTC) Received: from lists.gentoo.org (bobolink.gentoo.org [140.211.166.189]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange x25519) (No client certificate requested) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id 0BC8C340E39 for ; Fri, 15 Aug 2025 19:13:59 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 63E1B110561; Fri, 15 Aug 2025 19:13:52 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange x25519) (No client certificate requested) by bobolink.gentoo.org (Postfix) with ESMTPS id 5D078110560 for ; Fri, 15 Aug 2025 19:13:52 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange x25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 08468340CCD for ; Fri, 15 Aug 2025 19:13:52 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4B8963357 for ; Fri, 15 Aug 2025 19:13:50 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1755285221.3fdb22268ec86baac1aad843eedae35ce660d519.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/aiohttp/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/aiohttp/aiohttp-3.12.14.ebuild dev-python/aiohttp/aiohttp-3.12.15.ebuild X-VCS-Directories: dev-python/aiohttp/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 3fdb22268ec86baac1aad843eedae35ce660d519 X-VCS-Branch: master Date: Fri, 15 Aug 2025 19:13:50 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: a1cab626-e376-4a42-9d14-d17450b8ba6a X-Archives-Hash: 4f9d4803f4ce32d965f33d2a9f152707 commit: 3fdb22268ec86baac1aad843eedae35ce660d519 Author: Michał Górny gentoo org> AuthorDate: Fri Aug 15 17:40:53 2025 +0000 Commit: Michał Górny gentoo org> CommitDate: Fri Aug 15 19:13:41 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3fdb2226 dev-python/aiohttp: Add missing dep on dev-python/pkgconfig Closes: https://bugs.gentoo.org/961538 Signed-off-by: Michał Górny gentoo.org> dev-python/aiohttp/aiohttp-3.12.14.ebuild | 1 + dev-python/aiohttp/aiohttp-3.12.15.ebuild | 1 + 2 files changed, 2 insertions(+) diff --git a/dev-python/aiohttp/aiohttp-3.12.14.ebuild b/dev-python/aiohttp/aiohttp-3.12.14.ebuild index 996af9c7ec4b..222502bb7847 100644 --- a/dev-python/aiohttp/aiohttp-3.12.14.ebuild +++ b/dev-python/aiohttp/aiohttp-3.12.14.ebuild @@ -41,6 +41,7 @@ RDEPEND=" " BDEPEND=" >=dev-python/multidict-4.5.0[${PYTHON_USEDEP}] + dev-python/pkgconfig[${PYTHON_USEDEP}] native-extensions? ( >=dev-python/cython-3.1.1[${PYTHON_USEDEP}] dev-python/pkgconfig[${PYTHON_USEDEP}] diff --git a/dev-python/aiohttp/aiohttp-3.12.15.ebuild b/dev-python/aiohttp/aiohttp-3.12.15.ebuild index 82a65770e9c0..8bd31e14913a 100644 --- a/dev-python/aiohttp/aiohttp-3.12.15.ebuild +++ b/dev-python/aiohttp/aiohttp-3.12.15.ebuild @@ -41,6 +41,7 @@ RDEPEND=" " BDEPEND=" >=dev-python/multidict-4.5.0[${PYTHON_USEDEP}] + dev-python/pkgconfig[${PYTHON_USEDEP}] native-extensions? ( >=dev-python/cython-3.1.1[${PYTHON_USEDEP}] dev-python/pkgconfig[${PYTHON_USEDEP}]