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: Sun, 10 Jun 2018 07:18:46
Message-Id: 1528615070.50e856c878c01c37d94ab6ccea225e665f4324d9.andrey_utkin@gentoo
1 commit: 50e856c878c01c37d94ab6ccea225e665f4324d9
2 Author: Andrey Utkin <andrey_utkin <AT> gentoo <DOT> org>
3 AuthorDate: Sat Jun 9 17:07:51 2018 +0000
4 Commit: Andrey Utkin <andrey_utkin <AT> gentoo <DOT> org>
5 CommitDate: Sun Jun 10 07:17:50 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=50e856c8
7
8 dev-python/boto3: 9999: update botocore version requirement
9
10 Package-Manager: Portage-2.3.40, Repoman-2.3.9
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 d34a08a45c2..a7373938984 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.19[${PYTHON_USEDEP}]
24 + >=dev-python/botocore-1.10.35[${PYTHON_USEDEP}]
25 dev-python/jmespath[${PYTHON_USEDEP}]
26 dev-python/s3transfer[${PYTHON_USEDEP}]
27 "