Gentoo Archives: gentoo-commits

From: Virgil Dupras <vdupras@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/celery/
Date: Sat, 15 Sep 2018 02:00:49
Message-Id: 1536976460.5a0ff09d0211ef83c1adbbc785ac14381263fa2f.vdupras@gentoo
1 commit: 5a0ff09d0211ef83c1adbbc785ac14381263fa2f
2 Author: Virgil Dupras <vdupras <AT> gentoo <DOT> org>
3 AuthorDate: Sat Sep 15 01:54:20 2018 +0000
4 Commit: Virgil Dupras <vdupras <AT> gentoo <DOT> org>
5 CommitDate: Sat Sep 15 01:54:20 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5a0ff09d
7
8 dev-python/celery: tighten kombu dep constraint
9
10 Bug: https://bugs.gentoo.org/666228
11 Package-Manager: Portage-2.3.49, Repoman-2.3.10
12
13 dev-python/celery/celery-4.1.0.ebuild | 3 ++-
14 1 file changed, 2 insertions(+), 1 deletion(-)
15
16 diff --git a/dev-python/celery/celery-4.1.0.ebuild b/dev-python/celery/celery-4.1.0.ebuild
17 index d3123184b97..62a6904ff53 100644
18 --- a/dev-python/celery/celery-4.1.0.ebuild
19 +++ b/dev-python/celery/celery-4.1.0.ebuild
20 @@ -18,8 +18,9 @@ KEYWORDS="amd64 x86"
21 # there has been no apparent expression of interest or demand by users for them. See requires.txt
22 IUSE="doc examples redis sqs test yaml"
23
24 +# kombu < 4.2: #666228 (can be loosened in next bump)
25 RDEPEND="
26 - <dev-python/kombu-5.0[${PYTHON_USEDEP}]
27 + <dev-python/kombu-4.2[${PYTHON_USEDEP}]
28 >=dev-python/kombu-4.0.2[${PYTHON_USEDEP}]
29 >=dev-python/billiard-3.5.0.2[${PYTHON_USEDEP}]
30 <dev-python/billiard-3.6.0[${PYTHON_USEDEP}]