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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id D124213835A for ; Sun, 23 May 2021 12:37:03 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9DF81E081B; Sun, 23 May 2021 12:37:02 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 83F84E081B for ; Sun, 23 May 2021 12:37:02 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 11997335DE6 for ; Sun, 23 May 2021 12:37:01 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8926F794 for ; Sun, 23 May 2021 12:36:59 +0000 (UTC) From: "David Seifert" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "David Seifert" Message-ID: <1621773328.fec0b35ddc503496dbb96513863a681894834f64.soap@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.7.4.ebuild X-VCS-Directories: dev-python/aiohttp/ X-VCS-Committer: soap X-VCS-Committer-Name: David Seifert X-VCS-Revision: fec0b35ddc503496dbb96513863a681894834f64 X-VCS-Branch: master Date: Sun, 23 May 2021 12:36:59 +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: 3db15cd3-99c9-4665-a8e8-35b0da3baf3f X-Archives-Hash: ddbe097495c4227672d79554f3b2f3c0 commit: fec0b35ddc503496dbb96513863a681894834f64 Author: Jakov Smolic sartura hr> AuthorDate: Sun May 23 12:35:28 2021 +0000 Commit: David Seifert gentoo org> CommitDate: Sun May 23 12:35:28 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fec0b35d dev-python/aiohttp: Drop removed dev-python/idna-ssl RDEPEND entry Signed-off-by: Jakov Smolic sartura.hr> Signed-off-by: David Seifert gentoo.org> dev-python/aiohttp/aiohttp-3.7.4.ebuild | 3 --- 1 file changed, 3 deletions(-) diff --git a/dev-python/aiohttp/aiohttp-3.7.4.ebuild b/dev-python/aiohttp/aiohttp-3.7.4.ebuild index a3a21c4b7e4..f90f64776cf 100644 --- a/dev-python/aiohttp/aiohttp-3.7.4.ebuild +++ b/dev-python/aiohttp/aiohttp-3.7.4.ebuild @@ -21,9 +21,6 @@ RDEPEND=" dev-python/chardet[${PYTHON_USEDEP}] >=dev-python/multidict-4.5.0[${PYTHON_USEDEP}] >=dev-python/yarl-1.0[${PYTHON_USEDEP}] - $(python_gen_cond_dep ' - dev-python/idna-ssl[${PYTHON_USEDEP}] - ' python3_6) dev-python/typing-extensions[${PYTHON_USEDEP}] " BDEPEND="