From: Michał Górny Date: Mon, 27 Jan 2020 06:43:49 +0000 (+0100) Subject: dev-python/webtest: Set DISTUTILS_USE_SETUPTOOLS X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=a0abf6f0df7f0a325c5a429beba560bf7c133810;p=gentoo.git dev-python/webtest: Set DISTUTILS_USE_SETUPTOOLS Signed-off-by: Michał Górny --- diff --git a/dev-python/webtest/webtest-2.0.33.ebuild b/dev-python/webtest/webtest-2.0.33.ebuild index 3f9b7c6ca0e1..248cccfad198 100644 --- a/dev-python/webtest/webtest-2.0.33.ebuild +++ b/dev-python/webtest/webtest-2.0.33.ebuild @@ -3,6 +3,7 @@ EAPI=7 +DISTUTILS_USE_SETUPTOOLS=rdepend PYTHON_COMPAT=( python{2_7,3_{6,7,8}} pypy3 ) inherit distutils-r1 @@ -30,7 +31,6 @@ RDEPEND=" dev-python/beautifulsoup:4[${PYTHON_USEDEP}]" BDEPEND="${RDEPEND} app-arch/unzip - dev-python/setuptools[${PYTHON_USEDEP}] test? ( dev-python/nose[${PYTHON_USEDEP}] dev-python/pyquery[${PYTHON_USEDEP}] dev-python/pastedeploy[${PYTHON_USEDEP}]