commit: 5a0ff09d0211ef83c1adbbc785ac14381263fa2f Author: Virgil Dupras <vdupras <AT> gentoo <DOT> org> AuthorDate: Sat Sep 15 01:54:20 2018 +0000 Commit: Virgil Dupras <vdupras <AT> gentoo <DOT> org> CommitDate: Sat Sep 15 01:54:20 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5a0ff09d
dev-python/celery: tighten kombu dep constraint Bug: https://bugs.gentoo.org/666228 Package-Manager: Portage-2.3.49, Repoman-2.3.10 dev-python/celery/celery-4.1.0.ebuild | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/dev-python/celery/celery-4.1.0.ebuild b/dev-python/celery/celery-4.1.0.ebuild index d3123184b97..62a6904ff53 100644 --- a/dev-python/celery/celery-4.1.0.ebuild +++ b/dev-python/celery/celery-4.1.0.ebuild @@ -18,8 +18,9 @@ KEYWORDS="amd64 x86" # there has been no apparent expression of interest or demand by users for them. See requires.txt IUSE="doc examples redis sqs test yaml" +# kombu < 4.2: #666228 (can be loosened in next bump) RDEPEND=" - <dev-python/kombu-5.0[${PYTHON_USEDEP}] + <dev-python/kombu-4.2[${PYTHON_USEDEP}] >=dev-python/kombu-4.0.2[${PYTHON_USEDEP}] >=dev-python/billiard-3.5.0.2[${PYTHON_USEDEP}] <dev-python/billiard-3.6.0[${PYTHON_USEDEP}]
