From 312c774355bbcf2e83431eb8cc8fb34111868389 Mon Sep 17 00:00:00 2001 From: Alessandro Barbieri Date: Mon, 5 Jul 2021 10:23:59 +0200 Subject: [PATCH] dev-python/sanic-testing: fix DISTUTILS_USE_SETUPTOOLS Closes: https://bugs.gentoo.org/800578 Package-Manager: Portage-3.0.20, Repoman-3.0.3 Signed-off-by: Alessandro Barbieri --- dev-python/sanic-testing/sanic-testing-0.6.0.ebuild | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/dev-python/sanic-testing/sanic-testing-0.6.0.ebuild b/dev-python/sanic-testing/sanic-testing-0.6.0.ebuild index bc94892168..137ce4fbe4 100644 --- a/dev-python/sanic-testing/sanic-testing-0.6.0.ebuild +++ b/dev-python/sanic-testing/sanic-testing-0.6.0.ebuild @@ -1,10 +1,9 @@ # Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI="7" +EAPI="8" PYTHON_COMPAT=( python3_{8,9} ) -DISTUTILS_USE_SETUPTOOLS=rdepend inherit distutils-r1