From 08d5cfcdebb7018a70d26bec85e53a598e7274bf Mon Sep 17 00:00:00 2001 From: Jakov Smolic Date: Mon, 12 Oct 2020 17:49:49 +0200 Subject: dev-python/celery: correct DISTUTILS_USE_SETUPTOOLS MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Closes: https://bugs.gentoo.org/748054 Package-Manager: Portage-3.0.4, Repoman-3.0.1 Signed-off-by: Jakov Smolic Signed-off-by: Michał Górny --- dev-python/celery/celery-4.3.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dev-python') diff --git a/dev-python/celery/celery-4.3.0.ebuild b/dev-python/celery/celery-4.3.0.ebuild index f37d6c697b84..64530ccb62ae 100644 --- a/dev-python/celery/celery-4.3.0.ebuild +++ b/dev-python/celery/celery-4.3.0.ebuild @@ -3,6 +3,7 @@ EAPI=7 +DISTUTILS_USE_SETUPTOOLS=rdepend PYTHON_COMPAT=( python3_{6,7} ) inherit bash-completion-r1 distutils-r1 optfeature @@ -32,7 +33,6 @@ RDEPEND=" " DEPEND=" - dev-python/setuptools[${PYTHON_USEDEP}] test? ( ${RDEPEND} >=dev-python/case-1.3.1[${PYTHON_USEDEP}] >=dev-python/eventlet-0.24.1[${PYTHON_USEDEP}] -- cgit v1.2.3