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 EA83513835A for ; Sat, 27 Mar 2021 22:36:11 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 310CDE082B; Sat, 27 Mar 2021 22:36:11 +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 1A33EE082B for ; Sat, 27 Mar 2021 22:36:11 +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 261BE340DD1 for ; Sat, 27 Mar 2021 22:36:10 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5885863B for ; Sat, 27 Mar 2021 22:36:07 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1616884549.97b0c766dc5d6bd7b7e45aa7b8484ac5bd49bfe7.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pytest-subtests/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/pytest-subtests/pytest-subtests-0.4.0.ebuild X-VCS-Directories: dev-python/pytest-subtests/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 97b0c766dc5d6bd7b7e45aa7b8484ac5bd49bfe7 X-VCS-Branch: master Date: Sat, 27 Mar 2021 22:36:07 +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: 8a42d046-cbcf-4050-8f27-339055312f1a X-Archives-Hash: 4beb39be55afd74e5cc75ae50105483a commit: 97b0c766dc5d6bd7b7e45aa7b8484ac5bd49bfe7 Author: Sam James gentoo org> AuthorDate: Sat Mar 27 22:34:33 2021 +0000 Commit: Sam James gentoo org> CommitDate: Sat Mar 27 22:35:49 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=97b0c766 dev-python/pytest-subtests: add conditional dev-python/typing-extensions dep It's a Python 3.8 backport, so we only need this for Python 3.7 and PyPy3. Signed-off-by: Sam James gentoo.org> dev-python/pytest-subtests/pytest-subtests-0.4.0.ebuild | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/dev-python/pytest-subtests/pytest-subtests-0.4.0.ebuild b/dev-python/pytest-subtests/pytest-subtests-0.4.0.ebuild index 9d5b3d569ee..8d4f5768289 100644 --- a/dev-python/pytest-subtests/pytest-subtests-0.4.0.ebuild +++ b/dev-python/pytest-subtests/pytest-subtests-0.4.0.ebuild @@ -19,7 +19,11 @@ SLOT="0" KEYWORDS="~amd64 ~ia64 ~x86" RDEPEND=" - >=dev-python/pytest-5.3.0[${PYTHON_USEDEP}]" + >=dev-python/pytest-5.3.0[${PYTHON_USEDEP}] + $(python_gen_cond_dep ' + dev-python/typing-extensions + ' python3_7 pypy3) +" # pytest-xdist is used to test compatibility BDEPEND=" dev-python/setuptools_scm[${PYTHON_USEDEP}]