dev-python/boto3: update required botocore version
authorAndrey Utkin <andrey_utkin@gentoo.org>
Fri, 14 Sep 2018 20:34:53 +0000 (21:34 +0100)
committerAndrey Utkin <andrey_utkin@gentoo.org>
Sat, 15 Sep 2018 14:04:02 +0000 (15:04 +0100)
Package-Manager: Portage-2.3.48, Repoman-2.3.10

dev-python/boto3/boto3-9999.ebuild

index a73739389847fd7fc100bdec92d9788fd6b9e563..d62092d13cee7101055e22f0d2f4135c1bd485bf 100644 (file)
@@ -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}]
 "