dev-python/pytest-asyncio: Set DISTUTILS_USE_SETUPTOOLS

Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
Michał Górny
2020-04-20 15:31:09 +02:00
parent e0ba901ae2
commit 92e194256d

View File

@@ -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}]