From 7aeef0da81856fa42c4fffe1d39d041fb182e3fd Mon Sep 17 00:00:00 2001 From: Matthew Thode Date: Thu, 15 Oct 2020 01:23:24 -0500 Subject: [PATCH] dev-python/yaql: add DISTUTILS_USE_SETUPTOOLS Closes: https://bugs.gentoo.org/747238 Package-Manager: Portage-3.0.8, Repoman-3.0.1 Signed-off-by: Matthew Thode --- dev-python/yaql/yaql-1.1.3.ebuild | 13 +++++-------- 1 file changed, 5 insertions(+), 8 deletions(-) diff --git a/dev-python/yaql/yaql-1.1.3.ebuild b/dev-python/yaql/yaql-1.1.3.ebuild index 5e2d7e972e02f..4ed4e3dfa5bd5 100644 --- a/dev-python/yaql/yaql-1.1.3.ebuild +++ b/dev-python/yaql/yaql-1.1.3.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=rdepend inherit distutils-r1 @@ -15,12 +16,8 @@ SLOT="0" KEYWORDS="amd64 ~arm64 x86 ~amd64-linux ~x86-linux" IUSE="" -CDEPEND=">=dev-python/pbr-1.8[${PYTHON_USEDEP}]" -DEPEND=" - dev-python/setuptools[${PYTHON_USEDEP}] - ${CDEPEND}" -RDEPEND=" - ${CDEPEND} +DEPEND=">=dev-python/pbr-1.8[${PYTHON_USEDEP}]" +RDEPEND=">=dev-python/pbr-1.8[${PYTHON_USEDEP}] >=dev-python/Babel-2.3.4[${PYTHON_USEDEP}] >=dev-python/python-dateutil-2.4.2[${PYTHON_USEDEP}] dev-python/ply[${PYTHON_USEDEP}]