commit: 3d61482039df4aa708f05cefd1536b6bab028748
Author: Andrey Utkin <andrey_utkin <AT> gentoo <DOT> org>
AuthorDate: Sat May 12 22:56:08 2018 +0000
Commit: Andrey Utkin <andrey_utkin <AT> gentoo <DOT> org>
CommitDate: Sun May 13 01:33:14 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3d614820
dev-python/boto3: 9999: update botocore version requirement
Package-Manager: Portage-2.3.36, Repoman-2.3.9
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 b92d4649885..d34a08a45c2 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.8.20[${PYTHON_USEDEP}]
+ >=dev-python/botocore-1.10.19[${PYTHON_USEDEP}]
dev-python/jmespath[${PYTHON_USEDEP}]
dev-python/s3transfer[${PYTHON_USEDEP}]
"