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 E4FD2158064 for ; Thu, 9 May 2024 13:12:14 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 763FCE2C7E; Thu, 9 May 2024 13:12:13 +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 599BBE2C7E for ; Thu, 9 May 2024 13:12:13 +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 7383F343060 for ; Thu, 9 May 2024 13:12:12 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C21F21A76 for ; Thu, 9 May 2024 13:12:09 +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: <1715260323.043a0314ea72db1f14e57603e74d1b69acffe82b.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/flaky/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/flaky/flaky-3.8.1.ebuild X-VCS-Directories: dev-python/flaky/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 043a0314ea72db1f14e57603e74d1b69acffe82b X-VCS-Branch: master Date: Thu, 9 May 2024 13:12:09 +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: 8c45154f-87d7-483c-81fd-f775388b91d8 X-Archives-Hash: 22da78f16f33325da1ebbabd79557f2a commit: 043a0314ea72db1f14e57603e74d1b69acffe82b Author: Michał Górny gentoo org> AuthorDate: Thu May 9 13:09:53 2024 +0000 Commit: Michał Górny gentoo org> CommitDate: Thu May 9 13:12:03 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=043a0314 dev-python/flaky: Remove stale dev-python/mock dep Signed-off-by: Michał Górny gentoo.org> dev-python/flaky/flaky-3.8.1.ebuild | 1 - 1 file changed, 1 deletion(-) diff --git a/dev-python/flaky/flaky-3.8.1.ebuild b/dev-python/flaky/flaky-3.8.1.ebuild index 845ce71f41ea..9051e051c42d 100644 --- a/dev-python/flaky/flaky-3.8.1.ebuild +++ b/dev-python/flaky/flaky-3.8.1.ebuild @@ -26,7 +26,6 @@ RDEPEND=" BDEPEND=" test? ( dev-python/genty[${PYTHON_USEDEP}] - dev-python/mock[${PYTHON_USEDEP}] dev-python/pytest[${PYTHON_USEDEP}] ) "