From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id E468D1384B4 for ; Sun, 3 Jan 2016 16:41:55 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C6DA221C01B; Sun, 3 Jan 2016 16:41:52 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 3EAEC21C01B for ; Sun, 3 Jan 2016 16:41:52 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 525F53405BB for ; Sun, 3 Jan 2016 16:41:51 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 03314CFB for ; Sun, 3 Jan 2016 16:41:49 +0000 (UTC) From: "Patrick Lauer" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Patrick Lauer" Message-ID: <1451839260.7fb92b40917041385c4f1f4a19e7a739025bc85c.patrick@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pytest-xprocess/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/pytest-xprocess/pytest-xprocess-0.9.1.ebuild X-VCS-Directories: dev-python/pytest-xprocess/ X-VCS-Committer: patrick X-VCS-Committer-Name: Patrick Lauer X-VCS-Revision: 7fb92b40917041385c4f1f4a19e7a739025bc85c X-VCS-Branch: master Date: Sun, 3 Jan 2016 16:41:49 +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-Archives-Salt: 07f82443-cebd-4442-9c4b-b0b2b2f47db5 X-Archives-Hash: 91c14df98d1f5f4f011caf10d01efb5d commit: 7fb92b40917041385c4f1f4a19e7a739025bc85c Author: Patrick Lauer gentoo org> AuthorDate: Sun Jan 3 16:36:35 2016 +0000 Commit: Patrick Lauer gentoo org> CommitDate: Sun Jan 3 16:41:00 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7fb92b40 dev-python/pytest-xprocess: Fix test deps Package-Manager: portage-2.2.26 dev-python/pytest-xprocess/pytest-xprocess-0.9.1.ebuild | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/dev-python/pytest-xprocess/pytest-xprocess-0.9.1.ebuild b/dev-python/pytest-xprocess/pytest-xprocess-0.9.1.ebuild index cd81175..4b408a1 100644 --- a/dev-python/pytest-xprocess/pytest-xprocess-0.9.1.ebuild +++ b/dev-python/pytest-xprocess/pytest-xprocess-0.9.1.ebuild @@ -25,7 +25,8 @@ RDEPEND=" dev-python/psutil[${PYTHON_USEDEP}] " DEPEND="${RDEPEND} - test? ( >=dev-python/pytest-2.3.5[${PYTHON_USEDEP}] ) + test? ( >=dev-python/pytest-2.3.5[${PYTHON_USEDEP}] + dev-python/pytest-cache[${PYTHON_USEDEP}] ) " python_test() {