commit: 789aad59047c6d9d01bdba1c6fc817d382777a60
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Thu Nov 26 22:32:13 2020 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Thu Nov 26 23:48:36 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=789aad59
dev-python/dask: Remove remnants of pytest-xdist
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/dask/dask-2.30.0.ebuild | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/dev-python/dask/dask-2.30.0.ebuild
b/dev-python/dask/dask-2.30.0.ebuild
index 4b9d0e642eb..a5abd834df0 100644
--- a/dev-python/dask/dask-2.30.0.ebuild
+++ b/dev-python/dask/dask-2.30.0.ebuild
@@ -4,7 +4,7 @@
EAPI=7
PYTHON_COMPAT=( python3_{6..9} )
-inherit distutils-r1 multiprocessing
+inherit distutils-r1
DESCRIPTION="Task scheduling and blocked algorithms for parallel processing"
HOMEPAGE="https://dask.org/"
@@ -29,7 +29,6 @@ BDEPEND="
test? (
dev-python/moto[${PYTHON_USEDEP}]
dev-python/numexpr[${PYTHON_USEDEP}]
- dev-python/pytest-xdist[${PYTHON_USEDEP}]
dev-python/scipy[${PYTHON_USEDEP}]
)
"