commit: 92e194256d26f409455793d44513fb911783e0a3
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Mon Apr 20 13:31:09 2020 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Mon Apr 20 15:48:52 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=92e19425
dev-python/pytest-asyncio: Set DISTUTILS_USE_SETUPTOOLS
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/pytest-asyncio/pytest-asyncio-0.10.0.ebuild | 7 ++++---
1 file changed, 4 insertions(+), 3 deletions(-)
diff --git a/dev-python/pytest-asyncio/pytest-asyncio-0.10.0.ebuild
b/dev-python/pytest-asyncio/pytest-asyncio-0.10.0.ebuild
index e56c6cce8a4..f7b4cfba907 100644
--- a/dev-python/pytest-asyncio/pytest-asyncio-0.10.0.ebuild
+++ b/dev-python/pytest-asyncio/pytest-asyncio-0.10.0.ebuild
@@ -3,7 +3,9 @@
EAPI=7
+DISTUTILS_USE_SETUPTOOLS=rdepend
PYTHON_COMPAT=( python3_{6,7,8} )
+
inherit distutils-r1
DESCRIPTION="Library for testing asyncio code with pytest"
@@ -18,9 +20,8 @@ IUSE="test"
RESTRICT="!test? ( test )"
RDEPEND="
- dev-python/pytest[${PYTHON_USEDEP}]
- dev-python/setuptools[${PYTHON_USEDEP}]"
-DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
+ dev-python/pytest[${PYTHON_USEDEP}]"
+DEPEND="
test? (
${RDEPEND}
dev-python/async_generator[${PYTHON_USEDEP}]