commit: 6ba42ea8e3f3b8e06b2f0d2944dbaf95850c2dce
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Tue Mar 17 12:33:43 2020 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Tue Mar 17 16:55:43 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6ba42ea8
dev-python/pytest-aiohttp: Set DISTUTILS_USE_SETUPTOOLS
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/pytest-aiohttp/pytest-aiohttp-0.3.0.ebuild | 2 ++
1 file changed, 2 insertions(+)
diff --git a/dev-python/pytest-aiohttp/pytest-aiohttp-0.3.0.ebuild
b/dev-python/pytest-aiohttp/pytest-aiohttp-0.3.0.ebuild
index f6b1a93479e..f4e7c577fbe 100644
--- a/dev-python/pytest-aiohttp/pytest-aiohttp-0.3.0.ebuild
+++ b/dev-python/pytest-aiohttp/pytest-aiohttp-0.3.0.ebuild
@@ -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"