commit: 50e856c878c01c37d94ab6ccea225e665f4324d9
Author: Andrey Utkin <andrey_utkin <AT> gentoo <DOT> org>
AuthorDate: Sat Jun 9 17:07:51 2018 +0000
Commit: Andrey Utkin <andrey_utkin <AT> gentoo <DOT> org>
CommitDate: Sun Jun 10 07:17:50 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=50e856c8
dev-python/boto3: 9999: update botocore version requirement
Package-Manager: Portage-2.3.40, 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 d34a08a45c2..a7373938984 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.19[${PYTHON_USEDEP}]
+ >=dev-python/botocore-1.10.35[${PYTHON_USEDEP}]
dev-python/jmespath[${PYTHON_USEDEP}]
dev-python/s3transfer[${PYTHON_USEDEP}]
"