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 B2D22138334 for ; Mon, 15 Oct 2018 18:57:36 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 743F3E07EF; Mon, 15 Oct 2018 18:57:35 +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 4B5DFE07EF for ; Mon, 15 Oct 2018 18:57:35 +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 2D3BC335C58 for ; Mon, 15 Oct 2018 18:57:34 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6B4EF3F0 for ; Mon, 15 Oct 2018 18:57:31 +0000 (UTC) From: "Virgil Dupras" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Virgil Dupras" Message-ID: <1539629821.a83ad39241c2846a41cda0bd13f59c48f966f06b.vdupras@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pytest-xdist/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/pytest-xdist/pytest-xdist-1.23.2.ebuild X-VCS-Directories: dev-python/pytest-xdist/ X-VCS-Committer: vdupras X-VCS-Committer-Name: Virgil Dupras X-VCS-Revision: a83ad39241c2846a41cda0bd13f59c48f966f06b X-VCS-Branch: master Date: Mon, 15 Oct 2018 18:57:31 +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: 3e723e70-d807-4557-b8f5-e58a82db642f X-Archives-Hash: c730c52f7477c22f20ad2402bfcdb5dc commit: a83ad39241c2846a41cda0bd13f59c48f966f06b Author: Virgil Dupras gentoo org> AuthorDate: Mon Oct 15 18:56:24 2018 +0000 Commit: Virgil Dupras gentoo org> CommitDate: Mon Oct 15 18:57:01 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a83ad392 dev-python/pytest-xdist: fix dependencies Tests fail if pytest-capturelog is installed. Also, add missing dep on six. Closes: https://bugs.gentoo.org/668724 Signed-off-by: Virgil Dupras gentoo.org> Package-Manager: Portage-2.3.51, Repoman-2.3.11 dev-python/pytest-xdist/pytest-xdist-1.23.2.ebuild | 2 ++ 1 file changed, 2 insertions(+) diff --git a/dev-python/pytest-xdist/pytest-xdist-1.23.2.ebuild b/dev-python/pytest-xdist/pytest-xdist-1.23.2.ebuild index 4995459118d..66da95b59bb 100644 --- a/dev-python/pytest-xdist/pytest-xdist-1.23.2.ebuild +++ b/dev-python/pytest-xdist/pytest-xdist-1.23.2.ebuild @@ -20,8 +20,10 @@ RDEPEND=" >=dev-python/execnet-1.1[${PYTHON_USEDEP}] dev-python/pytest[${PYTHON_USEDEP}] dev-python/pytest-forked[${PYTHON_USEDEP}] + dev-python/six[${PYTHON_USEDEP}] " DEPEND="${RDEPEND} + !!dev-python/pytest-capturelog dev-python/setuptools[${PYTHON_USEDEP}] dev-python/setuptools_scm[${PYTHON_USEDEP}] "