From 2f3f705718dbf762ad95ce8b2c2abd6d4b7df57f Mon Sep 17 00:00:00 2001 From: Matthew Thode Date: Sat, 10 Oct 2020 15:27:39 -0500 Subject: dev-python/requestsexceptions: adding py38 and DISTUTILS_USE_SETUPTOOLS Package-Manager: Portage-3.0.4, Repoman-3.0.1 Signed-off-by: Matthew Thode --- dev-python/requestsexceptions/requestsexceptions-1.4.0.ebuild | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/dev-python/requestsexceptions/requestsexceptions-1.4.0.ebuild b/dev-python/requestsexceptions/requestsexceptions-1.4.0.ebuild index 5c3d976f6a4b..10c18dd20248 100644 --- a/dev-python/requestsexceptions/requestsexceptions-1.4.0.ebuild +++ b/dev-python/requestsexceptions/requestsexceptions-1.4.0.ebuild @@ -1,8 +1,9 @@ # Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=6 -PYTHON_COMPAT=( python3_{6,7} ) +EAPI=7 +PYTHON_COMPAT=( python3_{6,7,8} ) +DISTUTILS_USE_SETUPTOOLS=bdepend inherit distutils-r1 @@ -15,7 +16,5 @@ SLOT="0" KEYWORDS="amd64 ~arm arm64 x86" IUSE="" -CDEPEND=">=dev-python/pbr-2.0.0[${PYTHON_USEDEP}]" -DEPEND="dev-python/setuptools[${PYTHON_USEDEP}] - ${CDEPEND}" -RDEPEND="${CDEPEND}" +DEPEND=">=dev-python/pbr-2.0.0[${PYTHON_USEDEP}]" +RDEPEND=">=dev-python/pbr-2.0.0[${PYTHON_USEDEP}]" -- cgit v1.2.3-65-gdbad