From c6307c8ef638cd0ff93ab7aa5873a1ae89d33b9a Mon Sep 17 00:00:00 2001 From: Alessandro Barbieri Date: Wed, 6 Oct 2021 16:14:47 +0200 Subject: [PATCH] dev-python/pytest-tornado: fix distutils use setuptools Closes: https://bugs.gentoo.org/816546 Package-Manager: Portage-3.0.28, Repoman-3.0.3 Signed-off-by: Alessandro Barbieri --- dev-python/pytest-tornado/pytest-tornado-0.8.1.ebuild | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/dev-python/pytest-tornado/pytest-tornado-0.8.1.ebuild b/dev-python/pytest-tornado/pytest-tornado-0.8.1.ebuild index bb0435b152..a45bab7dca 100644 --- a/dev-python/pytest-tornado/pytest-tornado-0.8.1.ebuild +++ b/dev-python/pytest-tornado/pytest-tornado-0.8.1.ebuild @@ -1,8 +1,9 @@ # Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI="8" +EAPI=8 +DISTUTILS_USE_SETUPTOOLS=rdepend PYTHON_COMPAT=( python3_{8..10} ) inherit distutils-r1