From 4cbf9bab60f17fa848561ff5b8d1672b951ca414 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Robert=20F=C3=B6rster?= Date: Tue, 15 Mar 2022 21:31:57 +0100 Subject: [PATCH] [dev-python/aiohttp-json-rpc] use PEP517 --- dev-python/aiohttp-json-rpc/aiohttp-json-rpc-0.13.3.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-python/aiohttp-json-rpc/aiohttp-json-rpc-0.13.3.ebuild b/dev-python/aiohttp-json-rpc/aiohttp-json-rpc-0.13.3.ebuild index d1c862c..3e0fcb8 100644 --- a/dev-python/aiohttp-json-rpc/aiohttp-json-rpc-0.13.3.ebuild +++ b/dev-python/aiohttp-json-rpc/aiohttp-json-rpc-0.13.3.ebuild @@ -1,10 +1,10 @@ # Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI="7" +EAPI="8" +DISTUTILS_USE_PEP517=setuptools PYTHON_COMPAT=( python3_9 ) -DISTUTILS_USE_SETUPTOOLS="rdepend" inherit distutils-r1