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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id D0505138334 for ; Thu, 18 Jul 2019 10:34:24 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A9B0BE0874; Thu, 18 Jul 2019 10:34:23 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 4355CE0874 for ; Thu, 18 Jul 2019 10:34:23 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 1C8F9347F9C for ; Thu, 18 Jul 2019 10:34:22 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3DB8B70D for ; Thu, 18 Jul 2019 10:34:18 +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: <1563446054.42837abc98569f6be7ac7cd0a740877b258b7386.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/iocapture/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/iocapture/iocapture-0.1.2-r2.ebuild X-VCS-Directories: dev-python/iocapture/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 42837abc98569f6be7ac7cd0a740877b258b7386 X-VCS-Branch: master Date: Thu, 18 Jul 2019 10:34:18 +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: bb4226be-8ffb-4d4a-bc2d-43b4ff51e8a2 X-Archives-Hash: 2dc155696cff9265c1a6f2e0c08903b5 commit: 42837abc98569f6be7ac7cd0a740877b258b7386 Author: Michał Górny gentoo org> AuthorDate: Thu Jul 18 10:29:04 2019 +0000 Commit: Michał Górny gentoo org> CommitDate: Thu Jul 18 10:34:14 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=42837abc dev-python/iocapture: Correct deps dev-python/mock is not used at all. dev-python/six is needed for tests. Signed-off-by: Michał Górny gentoo.org> dev-python/iocapture/iocapture-0.1.2-r2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/iocapture/iocapture-0.1.2-r2.ebuild b/dev-python/iocapture/iocapture-0.1.2-r2.ebuild index d25890b6cb6..3ad57635e00 100644 --- a/dev-python/iocapture/iocapture-0.1.2-r2.ebuild +++ b/dev-python/iocapture/iocapture-0.1.2-r2.ebuild @@ -20,7 +20,7 @@ RDEPEND="" DEPEND="dev-python/setuptools[${PYTHON_USEDEP}] test? ( dev-python/pytest[${PYTHON_USEDEP}] - $(python_gen_cond_dep 'dev-python/mock[${PYTHON_USEDEP}]' -2) + dev-python/six[${PYTHON_USEDEP}] ${RDEPEND} )"