diff options
author | Andrey Utkin <andrey_utkin@gentoo.org> | 2018-06-09 18:07:51 +0100 |
---|---|---|
committer | Andrey Utkin <andrey_utkin@gentoo.org> | 2018-06-10 08:17:50 +0100 |
commit | 50e856c878c01c37d94ab6ccea225e665f4324d9 (patch) | |
tree | 926286f04de67fd1bf654864baeff9bbe5d5a124 /dev-python/boto3 | |
parent | dev-python/botocore: add new version 1.10.35 (diff) | |
download | gentoo-50e856c878c01c37d94ab6ccea225e665f4324d9.tar.gz gentoo-50e856c878c01c37d94ab6ccea225e665f4324d9.tar.bz2 gentoo-50e856c878c01c37d94ab6ccea225e665f4324d9.zip |
dev-python/boto3: 9999: update botocore version requirement
Package-Manager: Portage-2.3.40, Repoman-2.3.9
Diffstat (limited to 'dev-python/boto3')
-rw-r--r-- | dev-python/boto3/boto3-9999.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/boto3/boto3-9999.ebuild b/dev-python/boto3/boto3-9999.ebuild index d34a08a45c25..a73739389847 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}] " |