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 CC159158041 for ; Sun, 24 Mar 2024 18:17:49 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 205CDE29F2; Sun, 24 Mar 2024 18:17:49 +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 DC0BCE29F2 for ; Sun, 24 Mar 2024 18:17:48 +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 02C71343054 for ; Sun, 24 Mar 2024 18:17:48 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 750E0B91 for ; Sun, 24 Mar 2024 18:17:46 +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: <1711304262.168f1ef3a300d1f0c6a01af3689f9ce8e85814f9.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/rope/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/rope/rope-1.13.0.ebuild X-VCS-Directories: dev-python/rope/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 168f1ef3a300d1f0c6a01af3689f9ce8e85814f9 X-VCS-Branch: master Date: Sun, 24 Mar 2024 18:17:46 +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: 0995fd6b-f813-4008-b2f1-4d1a32901f3a X-Archives-Hash: 32466233e1780e2e42e1220840841546 commit: 168f1ef3a300d1f0c6a01af3689f9ce8e85814f9 Author: Michał Górny gentoo org> AuthorDate: Sun Mar 24 18:16:04 2024 +0000 Commit: Michał Górny gentoo org> CommitDate: Sun Mar 24 18:17:42 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=168f1ef3 dev-python/rope: Add a test dep on dev-python/pip Closes: https://bugs.gentoo.org/927726 Signed-off-by: Michał Górny gentoo.org> dev-python/rope/rope-1.13.0.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/dev-python/rope/rope-1.13.0.ebuild b/dev-python/rope/rope-1.13.0.ebuild index 83b0ee21cceb..aa7a89620473 100644 --- a/dev-python/rope/rope-1.13.0.ebuild +++ b/dev-python/rope/rope-1.13.0.ebuild @@ -25,6 +25,7 @@ RDEPEND=" BDEPEND=" test? ( dev-python/build[${PYTHON_USEDEP}] + dev-python/pip[${PYTHON_USEDEP}] dev-python/pytest-timeout[${PYTHON_USEDEP}] ) "