Gentoo Archives: gentoo-commits

From: Matt Thode <prometheanfire@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/cliff/
Date: Fri, 14 Sep 2018 19:48:13
Message-Id: 1536954456.fcd055989bdc2d56e9abf094b8bc7a8fbeac031f.prometheanfire@gentoo
1 commit: fcd055989bdc2d56e9abf094b8bc7a8fbeac031f
2 Author: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
3 AuthorDate: Fri Sep 14 19:47:36 2018 +0000
4 Commit: Matt Thode <prometheanfire <AT> gentoo <DOT> org>
5 CommitDate: Fri Sep 14 19:47:36 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fcd05598
7
8 dev-python/cliff: fix missing stestr dep
9
10 Fixes: https://bugs.gentoo.org/666112
11 Fixes: https://bugs.gentoo.org/665746
12 Package-Manager: Portage-2.3.48, Repoman-2.3.10
13
14 dev-python/cliff/{cliff-2.12.0-r1.ebuild => cliff-2.12.0-r2.ebuild} | 1 +
15 1 file changed, 1 insertion(+)
16
17 diff --git a/dev-python/cliff/cliff-2.12.0-r1.ebuild b/dev-python/cliff/cliff-2.12.0-r2.ebuild
18 similarity index 97%
19 rename from dev-python/cliff/cliff-2.12.0-r1.ebuild
20 rename to dev-python/cliff/cliff-2.12.0-r2.ebuild
21 index d5fdba0dfe3..88264447c36 100644
22 --- a/dev-python/cliff/cliff-2.12.0-r1.ebuild
23 +++ b/dev-python/cliff/cliff-2.12.0-r2.ebuild
24 @@ -30,6 +30,7 @@ DEPEND="
25 >=dev-python/testscenarios-0.4[${PYTHON_USEDEP}]
26 >=dev-python/coverage-4.0[${PYTHON_USEDEP}]
27 !~dev-python/coverage-4.4[${PYTHON_USEDEP}]
28 + >=dev-python/stestr-2.1.0[${PYTHON_USEDEP}]
29 )
30 doc? (
31 >=dev-python/sphinx-1.6.2[${PYTHON_USEDEP}]