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 83C77158041 for ; Thu, 28 Mar 2024 10:56:37 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C57CCE2A1C; Thu, 28 Mar 2024 10:56:36 +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 9D933E2A1C for ; Thu, 28 Mar 2024 10:56:36 +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 8AEB0343072 for ; Thu, 28 Mar 2024 10:56:35 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E38F615F5 for ; Thu, 28 Mar 2024 10:56:33 +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: <1711622660.e23f9ea1acf269856a07c50b3eda81de4b6932a8.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/build/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/build/build-1.2.0.ebuild X-VCS-Directories: dev-python/build/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: e23f9ea1acf269856a07c50b3eda81de4b6932a8 X-VCS-Branch: master Date: Thu, 28 Mar 2024 10:56:33 +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: 4778b7a0-5eff-41ee-9958-1ff2cda856de X-Archives-Hash: 55e6f6bc1b328e0e84d672d64527bf1d commit: e23f9ea1acf269856a07c50b3eda81de4b6932a8 Author: Michał Górny gentoo org> AuthorDate: Thu Mar 28 10:44:20 2024 +0000 Commit: Michał Górny gentoo org> CommitDate: Thu Mar 28 10:44:20 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e23f9ea1 dev-python/build: Add a test dep on virtualenv Closes: https://bugs.gentoo.org/928006 Signed-off-by: Michał Górny gentoo.org> dev-python/build/build-1.2.0.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/dev-python/build/build-1.2.0.ebuild b/dev-python/build/build-1.2.0.ebuild index ed554e9b68e0..9831bacb2851 100644 --- a/dev-python/build/build-1.2.0.ebuild +++ b/dev-python/build/build-1.2.0.ebuild @@ -36,6 +36,7 @@ BDEPEND=" >=dev-python/pytest-rerunfailures-9.1[${PYTHON_USEDEP}] >=dev-python/pytest-xdist-1.34[${PYTHON_USEDEP}] >=dev-python/setuptools-56.0.0[${PYTHON_USEDEP}] + >=dev-python/virtualenv-20.0.35[${PYTHON_USEDEP}] >=dev-python/wheel-0.36.0[${PYTHON_USEDEP}] test-rust? ( dev-python/uv