dev-python/netaddr: enable py3.10, fix DISTUTILS_USE_SETUPTOOLS

Signed-off-by: Louis Sautier <sbraz@gentoo.org>
This commit is contained in:
Louis Sautier
2021-08-07 01:36:55 +02:00
parent aebeb536f7
commit 812b43ca7b

View File

@@ -1,10 +1,9 @@
# Copyright 1999-2020 Gentoo Authors
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
PYTHON_COMPAT=( python3_{7,8,9} )
DISTUTILS_USE_SETUPTOOLS=rdepend
PYTHON_COMPAT=( python3_{7..10} )
inherit distutils-r1
@@ -20,7 +19,6 @@ KEYWORDS="amd64 ~arm arm64 ~ppc64 x86 ~amd64-linux ~x86-linux"
IUSE="cli"
RDEPEND="
$(python_gen_cond_dep 'dev-python/importlib_resources[${PYTHON_USEDEP}]' python3_6)
cli? (
>=dev-python/ipython-0.13.1-r1[${PYTHON_USEDEP}]
)