From: Michał Górny Date: Mon, 27 Jan 2020 06:39:46 +0000 (+0100) Subject: dev-python/waitress: Set DISTUTILS_USE_SETUPTOOLS X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=0ba4d131b8d0ee50932221f001af94e6cef9d1ca;p=gentoo.git dev-python/waitress: Set DISTUTILS_USE_SETUPTOOLS Signed-off-by: Michał Górny --- diff --git a/dev-python/waitress/waitress-1.3.1.ebuild b/dev-python/waitress/waitress-1.3.1.ebuild index 6544ea25f7cb..205a98c4b1a0 100644 --- a/dev-python/waitress/waitress-1.3.1.ebuild +++ b/dev-python/waitress/waitress-1.3.1.ebuild @@ -3,6 +3,7 @@ EAPI=7 +DISTUTILS_USE_SETUPTOOLS=rdepend PYTHON_COMPAT=( python2_7 python3_{6,7,8} pypy3 ) inherit distutils-r1 @@ -17,7 +18,4 @@ LICENSE="ZPL" SLOT="0" KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86" -RDEPEND="dev-python/setuptools[${PYTHON_USEDEP}]" -BDEPEND="${RDEPEND}" - distutils_enable_tests nose