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) server-digest SHA256) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 9716D158086 for ; Tue, 9 Nov 2021 10:47:35 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CAED82BC0AE; Tue, 9 Nov 2021 10:47:34 +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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 733102BC0AE for ; Tue, 9 Nov 2021 10:47:34 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 23BC1342E68 for ; Tue, 9 Nov 2021 10:47:32 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0E3ACEA for ; Tue, 9 Nov 2021 10:47:31 +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: <1636454484.6ff3b78e418c5281e593772bff0a73f23b96dda1.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/nose/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/nose/nose-1.3.7-r9.ebuild X-VCS-Directories: dev-python/nose/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 6ff3b78e418c5281e593772bff0a73f23b96dda1 X-VCS-Branch: master Date: Tue, 9 Nov 2021 10:47:31 +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: bea287c3-fa94-4914-bb23-b798cf03c4f5 X-Archives-Hash: ed92f4c08e66081146e67651df5cee06 commit: 6ff3b78e418c5281e593772bff0a73f23b96dda1 Author: Michał Górny gentoo org> AuthorDate: Tue Nov 9 10:41:24 2021 +0000 Commit: Michał Górny gentoo org> CommitDate: Tue Nov 9 10:41:24 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6ff3b78e dev-python/nose: Extend optional test deps to py3.10 Signed-off-by: Michał Górny gentoo.org> dev-python/nose/nose-1.3.7-r9.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-python/nose/nose-1.3.7-r9.ebuild b/dev-python/nose/nose-1.3.7-r9.ebuild index 13a7ab23bca..bc0a95507ce 100644 --- a/dev-python/nose/nose-1.3.7-r9.ebuild +++ b/dev-python/nose/nose-1.3.7-r9.ebuild @@ -25,10 +25,10 @@ BDEPEND=" test? ( $(python_gen_cond_dep ' !hppa? ( dev-python/coverage[${PYTHON_USEDEP}] ) - ' python3_{7..9} pypy3) + ' python3_{8..10} pypy3) $(python_gen_cond_dep ' dev-python/twisted[${PYTHON_USEDEP}] - ' python3_{7..9}) + ' python3_{8..10}) )" PATCHES=(