From a83ad39241c2846a41cda0bd13f59c48f966f06b Mon Sep 17 00:00:00 2001 From: Virgil Dupras Date: Mon, 15 Oct 2018 14:56:24 -0400 Subject: 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 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(+) (limited to 'dev-python/pytest-xdist/pytest-xdist-1.23.2.ebuild') 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 4995459118d5..66da95b59bb1 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}] " -- cgit v1.2.3-65-gdbad