commit:     04b3e5fb9ca9de2405b8e88fe0a093660b99132f
Author:     Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
AuthorDate: Fri Oct 16 01:42:39 2020 +0000
Commit:     Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
CommitDate: Fri Oct 16 02:04:11 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=04b3e5fb

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 <prometheanfire <AT> gentoo.org>

 dev-python/restructuredtext-lint/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 6e6ed25ed5f..5ed34281d51 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}]

Reply via email to