Gentoo Archives: gentoo-commits

From: Andrey Utkin <andrey_utkin@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/boto3/
Date: Sat, 15 Sep 2018 14:04:46
Message-Id: 1537020242.9d8747c5fa2c20bfcd2dbd6311d3be36f84233c1.andrey_utkin@gentoo
1 commit: 9d8747c5fa2c20bfcd2dbd6311d3be36f84233c1
2 Author: Andrey Utkin <andrey_utkin <AT> gentoo <DOT> org>
3 AuthorDate: Fri Sep 14 20:34:53 2018 +0000
4 Commit: Andrey Utkin <andrey_utkin <AT> gentoo <DOT> org>
5 CommitDate: Sat Sep 15 14:04:02 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9d8747c5
7
8 dev-python/boto3: update required botocore version
9
10 Package-Manager: Portage-2.3.48, Repoman-2.3.10
11
12 dev-python/boto3/boto3-9999.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/dev-python/boto3/boto3-9999.ebuild b/dev-python/boto3/boto3-9999.ebuild
16 index a7373938984..d62092d13ce 100644
17 --- a/dev-python/boto3/boto3-9999.ebuild
18 +++ b/dev-python/boto3/boto3-9999.ebuild
19 @@ -21,7 +21,7 @@ else
20 fi
21
22 RDEPEND="
23 - >=dev-python/botocore-1.10.35[${PYTHON_USEDEP}]
24 + >=dev-python/botocore-1.12.4[${PYTHON_USEDEP}]
25 dev-python/jmespath[${PYTHON_USEDEP}]
26 dev-python/s3transfer[${PYTHON_USEDEP}]
27 "