dev-python/pytest-aiohttp: Set DISTUTILS_USE_SETUPTOOLS

Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
Michał Górny
2020-03-17 13:33:43 +01:00
parent 520b5b75f0
commit 6ba42ea8e3

View File

@@ -3,7 +3,9 @@
EAPI=6
DISTUTILS_USE_SETUPTOOLS=rdepend
PYTHON_COMPAT=( python3_{6,7,8} )
inherit distutils-r1
DESCRIPTION="pytest plugin for aiohttp support"