commit: a83ad39241c2846a41cda0bd13f59c48f966f06b Author: Virgil Dupras <vdupras <AT> gentoo <DOT> org> AuthorDate: Mon Oct 15 18:56:24 2018 +0000 Commit: Virgil Dupras <vdupras <AT> gentoo <DOT> 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 <vdupras <AT> 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}] "
