Gentoo Archives: gentoo-commits

From: Thomas Deutschmann <whissi@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/awscli/
Date: Fri, 09 Aug 2019 22:01:48
Message-Id: 1565388090.1c7e848294beebe2d13fb0e383bf409cbd874a4a.whissi@gentoo
1 commit: 1c7e848294beebe2d13fb0e383bf409cbd874a4a
2 Author: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
3 AuthorDate: Fri Aug 9 22:01:30 2019 +0000
4 Commit: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
5 CommitDate: Fri Aug 9 22:01:30 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1c7e8482
7
8 dev-python/awscli: require dev-python/botocore-1.12.205
9
10 Package-Manager: Portage-2.3.71, Repoman-2.3.17
11 Signed-off-by: Thomas Deutschmann <whissi <AT> gentoo.org>
12
13 dev-python/awscli/awscli-1.16.215.ebuild | 2 +-
14 1 file changed, 1 insertion(+), 1 deletion(-)
15
16 diff --git a/dev-python/awscli/awscli-1.16.215.ebuild b/dev-python/awscli/awscli-1.16.215.ebuild
17 index 12aa770f418..db0d753213d 100644
18 --- a/dev-python/awscli/awscli-1.16.215.ebuild
19 +++ b/dev-python/awscli/awscli-1.16.215.ebuild
20 @@ -21,7 +21,7 @@ IUSE="test"
21 RESTRICT="test"
22
23 RDEPEND="
24 - >=dev-python/botocore-1.12.81[${PYTHON_USEDEP}]
25 + >=dev-python/botocore-1.12.205[${PYTHON_USEDEP}]
26 <dev-python/colorama-0.3.9.0[${PYTHON_USEDEP}]
27 dev-python/docutils[${PYTHON_USEDEP}]
28 <dev-python/rsa-3.5.0.0[${PYTHON_USEDEP}]