diff options
Diffstat (limited to 'dev-python/celery/celery-4.1.0.ebuild')
-rw-r--r-- | dev-python/celery/celery-4.1.0.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
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-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}] |