From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: 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 finch.gentoo.org (Postfix) with ESMTPS id B2D581580EB for ; Tue, 27 May 2025 17:31:19 +0000 (UTC) Received: from lists.gentoo.org (bobolink.gentoo.org [140.211.166.189]) (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) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id 97C3B3430F8 for ; Tue, 27 May 2025 17:31:19 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 79FAB110287; Tue, 27 May 2025 17:31:18 +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 bobolink.gentoo.org (Postfix) with ESMTPS id 6CF4B110287 for ; Tue, 27 May 2025 17:31:18 +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 E99DD3430FA for ; Tue, 27 May 2025 17:31:17 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5E84E28E9 for ; Tue, 27 May 2025 17:31:16 +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: <1748367046.e80404a9e98ab6940fc3ac0d0c2e033ff17f72d0.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/tox/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/tox/tox-4.26.0.ebuild X-VCS-Directories: dev-python/tox/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: e80404a9e98ab6940fc3ac0d0c2e033ff17f72d0 X-VCS-Branch: master Date: Tue, 27 May 2025 17:31:16 +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: e1cdaad5-25ea-4886-aad0-a067f0e34bea X-Archives-Hash: 5510a8d172efedff87b94c9b2d611d94 commit: e80404a9e98ab6940fc3ac0d0c2e033ff17f72d0 Author: Michał Górny gentoo org> AuthorDate: Tue May 27 17:30:46 2025 +0000 Commit: Michał Górny gentoo org> CommitDate: Tue May 27 17:30:46 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e80404a9 dev-python/tox: Remove stale python_gen_cond_dep Signed-off-by: Michał Górny gentoo.org> dev-python/tox/tox-4.26.0.ebuild | 4 ---- 1 file changed, 4 deletions(-) diff --git a/dev-python/tox/tox-4.26.0.ebuild b/dev-python/tox/tox-4.26.0.ebuild index 4e5927183e01..1ff2ede380f8 100644 --- a/dev-python/tox/tox-4.26.0.ebuild +++ b/dev-python/tox/tox-4.26.0.ebuild @@ -28,10 +28,6 @@ RDEPEND=" dev-python/platformdirs[${PYTHON_USEDEP}] dev-python/pluggy[${PYTHON_USEDEP}] dev-python/pyproject-api[${PYTHON_USEDEP}] - $(python_gen_cond_dep ' - dev-python/tomli[${PYTHON_USEDEP}] - dev-python/typing-extensions[${PYTHON_USEDEP}] - ' 3.10) dev-python/virtualenv[${PYTHON_USEDEP}] " BDEPEND="