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