From: Virgil Dupras Date: Mon, 15 Oct 2018 18:56:24 +0000 (-0400) Subject: dev-python/pytest-xdist: fix dependencies X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=a83ad39241c2846a41cda0bd13f59c48f966f06b;p=gentoo.git 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 --- 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}] "