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 8E40F158086 for ; Sat, 6 Nov 2021 12:49:07 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6E783E0898; Sat, 6 Nov 2021 12:49:06 +0000 (UTC) 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 pigeon.gentoo.org (Postfix) with ESMTPS id 5131EE0898 for ; Sat, 6 Nov 2021 12:49:06 +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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 40E8D342D30 for ; Sat, 6 Nov 2021 12:49:05 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A5300175 for ; Sat, 6 Nov 2021 12:49:03 +0000 (UTC) From: "Piotr Karbowski" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Piotr Karbowski" Message-ID: <1636202939.c400df8f3171264fd091fc798b59dff316d36b2d.slashbeast@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/async_timeout/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/async_timeout/async_timeout-4.0.0.ebuild X-VCS-Directories: dev-python/async_timeout/ X-VCS-Committer: slashbeast X-VCS-Committer-Name: Piotr Karbowski X-VCS-Revision: c400df8f3171264fd091fc798b59dff316d36b2d X-VCS-Branch: master Date: Sat, 6 Nov 2021 12:49:03 +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: 84d9125f-718f-4f8f-a74d-b36778084602 X-Archives-Hash: d88da7f529cbdbf9544f317d9dfdb459 commit: c400df8f3171264fd091fc798b59dff316d36b2d Author: Piotr Karbowski gentoo org> AuthorDate: Sat Nov 6 12:47:48 2021 +0000 Commit: Piotr Karbowski gentoo org> CommitDate: Sat Nov 6 12:48:59 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c400df8f dev-python/async_timeout: 4.0.0: add missing dependency on dev-python/typing-extensions Signed-off-by: Piotr Karbowski gentoo.org> dev-python/async_timeout/async_timeout-4.0.0.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/dev-python/async_timeout/async_timeout-4.0.0.ebuild b/dev-python/async_timeout/async_timeout-4.0.0.ebuild index 2f3850143bc..b5f424cc0c7 100644 --- a/dev-python/async_timeout/async_timeout-4.0.0.ebuild +++ b/dev-python/async_timeout/async_timeout-4.0.0.ebuild @@ -18,6 +18,7 @@ KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv ~sparc ~x86 ~ BDEPEND=" dev-python/setuptools_scm[${PYTHON_USEDEP}] + dev-python/typing-extensions[${PYTHON_USEDEP}] test? ( dev-python/pytest-aiohttp[${PYTHON_USEDEP}] dev-python/pytest-asyncio[${PYTHON_USEDEP}]