diff options
author | Virgil Dupras <vdupras@gentoo.org> | 2018-10-15 14:56:24 -0400 |
---|---|---|
committer | Virgil Dupras <vdupras@gentoo.org> | 2018-10-15 14:57:01 -0400 |
commit | a83ad39241c2846a41cda0bd13f59c48f966f06b (patch) | |
tree | 403bbd0b2c498156eaa6b760ba4fdff594551f9f /dev-python/pytest-xdist | |
parent | sci-libs/lemon: Maintainer stepped down (diff) | |
download | gentoo-a83ad39241c2846a41cda0bd13f59c48f966f06b.tar.gz gentoo-a83ad39241c2846a41cda0bd13f59c48f966f06b.tar.bz2 gentoo-a83ad39241c2846a41cda0bd13f59c48f966f06b.zip |
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@gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11
Diffstat (limited to 'dev-python/pytest-xdist')
-rw-r--r-- | dev-python/pytest-xdist/pytest-xdist-1.23.2.ebuild | 2 |
1 files changed, 2 insertions, 0 deletions
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}] " |