From: Virgil Dupras Date: Sat, 15 Sep 2018 01:54:20 +0000 (-0400) Subject: dev-python/celery: tighten kombu dep constraint X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=5a0ff09d0211ef83c1adbbc785ac14381263fa2f;p=gentoo.git dev-python/celery: tighten kombu dep constraint Bug: https://bugs.gentoo.org/666228 Package-Manager: Portage-2.3.49, Repoman-2.3.10 --- diff --git a/dev-python/celery/celery-4.1.0.ebuild b/dev-python/celery/celery-4.1.0.ebuild index d3123184b976..62a6904ff539 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-4.0.2[${PYTHON_USEDEP}] >=dev-python/billiard-3.5.0.2[${PYTHON_USEDEP}]