From 6ba42ea8e3f3b8e06b2f0d2944dbaf95850c2dce Mon Sep 17 00:00:00 2001 From: Michał Górny Date: Tue, 17 Mar 2020 13:33:43 +0100 Subject: dev-python/pytest-aiohttp: 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-aiohttp/pytest-aiohttp-0.3.0.ebuild | 2 ++ 1 file changed, 2 insertions(+) (limited to 'dev-python/pytest-aiohttp') 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 f6b1a93479ec..f4e7c577fbe8 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" -- cgit v1.2.3-65-gdbad