From 04b3e5fb9ca9de2405b8e88fe0a093660b99132f Mon Sep 17 00:00:00 2001 From: Matthew Thode Date: Thu, 15 Oct 2020 20:42:39 -0500 Subject: [PATCH] dev-python/restructuredtext-lint: set DISTUTILS_USE_SETUPTOOLS=rdepend Closes: https://bugs.gentoo.org/748381 Package-Manager: Portage-3.0.8, Repoman-3.0.1 Signed-off-by: Matthew Thode --- .../restructuredtext-lint-1.3.0.ebuild | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/dev-python/restructuredtext-lint/restructuredtext-lint-1.3.0.ebuild b/dev-python/restructuredtext-lint/restructuredtext-lint-1.3.0.ebuild index 6e6ed25ed5f24..5ed34281d5154 100644 --- a/dev-python/restructuredtext-lint/restructuredtext-lint-1.3.0.ebuild +++ b/dev-python/restructuredtext-lint/restructuredtext-lint-1.3.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=rdepend inherit distutils-r1 @@ -20,7 +21,6 @@ IUSE="test" RESTRICT="!test? ( test )" DEPEND=" - dev-python/setuptools[${PYTHON_USEDEP}] test? ( dev-python/nose[${PYTHON_USEDEP}] dev-python/pyyaml[${PYTHON_USEDEP}]