From 92e194256d26f409455793d44513fb911783e0a3 Mon Sep 17 00:00:00 2001 From: Michał Górny Date: Mon, 20 Apr 2020 15:31:09 +0200 Subject: dev-python/pytest-asyncio: Set DISTUTILS_USE_SETUPTOOLS MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Michał Górny --- dev-python/pytest-asyncio/pytest-asyncio-0.10.0.ebuild | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'dev-python/pytest-asyncio') 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 e56c6cce8a45..f7b4cfba907b 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}] -- cgit v1.2.3-65-gdbad