summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrey Utkin <andrey_utkin@gentoo.org>2018-05-12 23:56:08 +0100
committerAndrey Utkin <andrey_utkin@gentoo.org>2018-05-13 02:33:14 +0100
commit3d61482039df4aa708f05cefd1536b6bab028748 (patch)
treeb295dea6a2c230d111a25996dbeb5696f542b7d2 /dev-python
parentdev-python/boto3: drop ranges from deps notation (diff)
downloadgentoo-3d61482039df4aa708f05cefd1536b6bab028748.tar.gz
gentoo-3d61482039df4aa708f05cefd1536b6bab028748.tar.bz2
gentoo-3d61482039df4aa708f05cefd1536b6bab028748.zip
dev-python/boto3: 9999: update botocore version requirement
Package-Manager: Portage-2.3.36, Repoman-2.3.9
Diffstat (limited to 'dev-python')
-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 b92d46498855..d34a08a45c25 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}]
"