Gentoo Archives: gentoo-commits

From: Ian Delaney <idella4@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/jaraco-utils/
Date: Wed, 30 Dec 2015 12:51:29
Message-Id: 1451479866.15620630e54181a4e50b4f5c53b85a8fc0839d85.idella4@gentoo
1 commit: 15620630e54181a4e50b4f5c53b85a8fc0839d85
2 Author: Louis Sautier <sautier.louis <AT> gmail <DOT> com>
3 AuthorDate: Wed Dec 30 10:22:11 2015 +0000
4 Commit: Ian Delaney <idella4 <AT> gentoo <DOT> org>
5 CommitDate: Wed Dec 30 12:51:06 2015 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=15620630
7
8 dev-python/jaraco-utils: add blocker against dev-python/tempora
9
10 Package-Manager: portage-2.2.26
11
12 dev-python/jaraco-utils/jaraco-utils-10.0.2.ebuild | 4 +++-
13 1 file changed, 3 insertions(+), 1 deletion(-)
14
15 diff --git a/dev-python/jaraco-utils/jaraco-utils-10.0.2.ebuild b/dev-python/jaraco-utils/jaraco-utils-10.0.2.ebuild
16 index db54339..fce7dbe 100644
17 --- a/dev-python/jaraco-utils/jaraco-utils-10.0.2.ebuild
18 +++ b/dev-python/jaraco-utils/jaraco-utils-10.0.2.ebuild
19 @@ -17,7 +17,9 @@ SLOT="0"
20 KEYWORDS="amd64 x86"
21 IUSE="test"
22
23 -DEPEND="dev-python/hgtools[${PYTHON_USEDEP}]
24 +# The binary calc-prorate is now part of tempora
25 +DEPEND="!!dev-python/tempora[${PYTHON_USEDEP}]
26 + dev-python/hgtools[${PYTHON_USEDEP}]
27 dev-python/six[${PYTHON_USEDEP}]
28 dev-python/more-itertools[${PYTHON_USEDEP}]
29 test? ( dev-python/pytest[${PYTHON_USEDEP}]