summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrey Utkin <andrey_utkin@gentoo.org>2018-09-14 21:34:53 +0100
committerAndrey Utkin <andrey_utkin@gentoo.org>2018-09-15 15:04:02 +0100
commit9d8747c5fa2c20bfcd2dbd6311d3be36f84233c1 (patch)
treef26be2b11886f93efc635c7ffc0ff2deafa25f77 /dev-python/boto3
parentdev-python/botocore: add new version 1.12.4 (diff)
downloadgentoo-9d8747c5fa2c20bfcd2dbd6311d3be36f84233c1.tar.gz
gentoo-9d8747c5fa2c20bfcd2dbd6311d3be36f84233c1.tar.bz2
gentoo-9d8747c5fa2c20bfcd2dbd6311d3be36f84233c1.zip
dev-python/boto3: update required botocore version
Package-Manager: Portage-2.3.48, Repoman-2.3.10
Diffstat (limited to 'dev-python/boto3')
-rw-r--r--dev-python/boto3/boto3-9999.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/boto3/boto3-9999.ebuild b/dev-python/boto3/boto3-9999.ebuild
index a73739389847..d62092d13cee 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}]
"