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/tempora/
Date: Wed, 30 Dec 2015 12:51:29
Message-Id: 1451479869.6eac6f1bfa8a20823f6ed01170cbb59bbbd65649.idella4@gentoo
1 commit: 6eac6f1bfa8a20823f6ed01170cbb59bbbd65649
2 Author: Louis Sautier <sautier.louis <AT> gmail <DOT> com>
3 AuthorDate: Wed Dec 30 10:24:44 2015 +0000
4 Commit: Ian Delaney <idella4 <AT> gentoo <DOT> org>
5 CommitDate: Wed Dec 30 12:51:09 2015 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6eac6f1b
7
8 dev-python/tempora: use a hardblocker against dev-python/jaraco-utils
9
10 Package-Manager: portage-2.2.26
11
12 dev-python/tempora/tempora-1.4.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/dev-python/tempora/tempora-1.4.ebuild b/dev-python/tempora/tempora-1.4.ebuild
16 index 197aaad..84d8403 100644
17 --- a/dev-python/tempora/tempora-1.4.ebuild
18 +++ b/dev-python/tempora/tempora-1.4.ebuild
19 @@ -20,7 +20,7 @@ IUSE="test"
20
21 # The binary calc-prorate used to be part of jaraco.util
22 DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
23 - !<=dev-python/jaraco-utils-10.0.2
24 + !!<=dev-python/jaraco-utils-10.0.2
25 >=dev-python/setuptools_scm-1.9[${PYTHON_USEDEP}]
26 test? (
27 >=dev-python/pytest-2.8[${PYTHON_USEDEP}]