From 4eab135560693459c4eb3c99b37cb1aa74d71270 Mon Sep 17 00:00:00 2001 From: Jakov Smolic Date: Thu, 15 Oct 2020 07:47:09 +0200 Subject: [PATCH] dev-python/webtest: correct DISTUTILS_USE_SETUPTOOLS MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Closes: https://bugs.gentoo.org/748273 Package-Manager: Portage-3.0.8, Repoman-3.0.1 Signed-off-by: Jakov Smolic Signed-off-by: Michał Górny --- dev-python/webtest/webtest-2.0.35.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-python/webtest/webtest-2.0.35.ebuild b/dev-python/webtest/webtest-2.0.35.ebuild index 8cf0c7fd6070c..09275ae8409a7 100644 --- a/dev-python/webtest/webtest-2.0.35.ebuild +++ b/dev-python/webtest/webtest-2.0.35.ebuild @@ -3,8 +3,8 @@ EAPI=7 -DISTUTILS_USE_SETUPTOOLS=rdepend -PYTHON_COMPAT=( python3_{6,7,8,9} pypy3 ) +DISTUTILS_USE_SETUPTOOLS=bdepend +PYTHON_COMPAT=( python3_{6..9} pypy3 ) inherit distutils-r1