[dev-python/aiohttp-json-rpc] use PEP517

This commit is contained in:
Robert Förster 2022-03-15 21:31:57 +01:00
parent 05b3386dea
commit 4cbf9bab60
1 changed files with 2 additions and 2 deletions

View File

@ -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