diff options
author | Jakov Smolic <jakov.smolic@sartura.hr> | 2020-10-12 17:49:49 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-10-16 20:21:04 +0200 |
commit | 08d5cfcdebb7018a70d26bec85e53a598e7274bf (patch) | |
tree | 28ebe48d4ab6ba97bfda12341069b5458debf027 | |
parent | dev-python/blurb: correct DISTUTILS_USE_SETUPTOOLS (diff) | |
download | gentoo-08d5cfcdebb7018a70d26bec85e53a598e7274bf.tar.gz gentoo-08d5cfcdebb7018a70d26bec85e53a598e7274bf.tar.bz2 gentoo-08d5cfcdebb7018a70d26bec85e53a598e7274bf.zip |
dev-python/celery: correct DISTUTILS_USE_SETUPTOOLS
Closes: https://bugs.gentoo.org/748054
Package-Manager: Portage-3.0.4, Repoman-3.0.1
Signed-off-by: Jakov Smolic <jakov.smolic@sartura.hr>
Signed-off-by: Michał Górny <mgorny@gentoo.org>
-rw-r--r-- | dev-python/celery/celery-4.3.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
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}] |