From 6ba42ea8e3f3b8e06b2f0d2944dbaf95850c2dce Mon Sep 17 00:00:00 2001 From: =?utf8?q?Micha=C5=82=20G=C3=B3rny?= Date: Tue, 17 Mar 2020 13:33:43 +0100 Subject: [PATCH] dev-python/pytest-aiohttp: Set DISTUTILS_USE_SETUPTOOLS MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 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(+) 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" -- 2.26.2