From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id D12D6158086 for ; Tue, 9 Nov 2021 14:01:43 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id EAADAE09BE; Tue, 9 Nov 2021 14:01:40 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 1484F2BC0CE for ; Tue, 9 Nov 2021 14:01:40 +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 A5172342D37 for ; Tue, 9 Nov 2021 14:01:37 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 13426EA for ; Tue, 9 Nov 2021 14:01:36 +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: <1636466476.030453ada9c3fb409ffa1736fa1649f24d808930.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.8.0.ebuild X-VCS-Directories: dev-python/aiohttp/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 030453ada9c3fb409ffa1736fa1649f24d808930 X-VCS-Branch: master Date: Tue, 9 Nov 2021 14:01:36 +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: 705b1f84-83e2-4997-8327-42ef9d820285 X-Archives-Hash: ff2810e28d37830b6008dd38792b76dd commit: 030453ada9c3fb409ffa1736fa1649f24d808930 Author: Michał Górny gentoo org> AuthorDate: Tue Nov 9 13:44:25 2021 +0000 Commit: Michał Górny gentoo org> CommitDate: Tue Nov 9 14:01:16 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=030453ad dev-python/aiohttp: Remove redundant pypy3 dep Signed-off-by: Michał Górny gentoo.org> dev-python/aiohttp/aiohttp-3.8.0.ebuild | 3 --- 1 file changed, 3 deletions(-) diff --git a/dev-python/aiohttp/aiohttp-3.8.0.ebuild b/dev-python/aiohttp/aiohttp-3.8.0.ebuild index f6780cef568..5d63f118026 100644 --- a/dev-python/aiohttp/aiohttp-3.8.0.ebuild +++ b/dev-python/aiohttp/aiohttp-3.8.0.ebuild @@ -26,9 +26,6 @@ RDEPEND=" >=dev-python/frozenlist-1.1.1[${PYTHON_USEDEP}] >=dev-python/multidict-4.5.0[${PYTHON_USEDEP}] >=dev-python/yarl-1.0[${PYTHON_USEDEP}] - $(python_gen_cond_dep ' - >=dev-python/pypy3-7.3.6 - ' pypy3) " BDEPEND=" test? (