commit: 9d8747c5fa2c20bfcd2dbd6311d3be36f84233c1
Author: Andrey Utkin <andrey_utkin <AT> gentoo <DOT> org>
AuthorDate: Fri Sep 14 20:34:53 2018 +0000
Commit: Andrey Utkin <andrey_utkin <AT> gentoo <DOT> org>
CommitDate: Sat Sep 15 14:04:02 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9d8747c5
dev-python/boto3: update required botocore version
Package-Manager: Portage-2.3.48, Repoman-2.3.10
dev-python/boto3/boto3-9999.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/boto3/boto3-9999.ebuild
b/dev-python/boto3/boto3-9999.ebuild
index a7373938984..d62092d13ce 100644
--- a/dev-python/boto3/boto3-9999.ebuild
+++ b/dev-python/boto3/boto3-9999.ebuild
@@ -21,7 +21,7 @@ else
fi
RDEPEND="
- >=dev-python/botocore-1.10.35[${PYTHON_USEDEP}]
+ >=dev-python/botocore-1.12.4[${PYTHON_USEDEP}]
dev-python/jmespath[${PYTHON_USEDEP}]
dev-python/s3transfer[${PYTHON_USEDEP}]
"