dev-python/pytest-aiohttp: Set DISTUTILS_USE_SETUPTOOLS
authorMichał Górny <mgorny@gentoo.org>
Tue, 17 Mar 2020 12:33:43 +0000 (13:33 +0100)
committerMichał Górny <mgorny@gentoo.org>
Tue, 17 Mar 2020 16:55:43 +0000 (17:55 +0100)
Signed-off-by: Michał Górny <mgorny@gentoo.org>
dev-python/pytest-aiohttp/pytest-aiohttp-0.3.0.ebuild

index f6b1a93479ecffe7c7f52fa20366cdb2309a92e8..f4e7c577fbe8047f37d7a29ddefd6c5a84f133c3 100644 (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"