dev-python/s3transfer: drop upper limit of botocore version

This is to allow 9999 live ebuild usage.

Package-Manager: Portage-2.3.17, Repoman-2.3.6
This commit is contained in:
Andrey Utkin
2017-12-26 00:24:50 +00:00
parent 286182b738
commit c9af832885

View File

@@ -17,7 +17,6 @@ IUSE="test"
CDEPEND="
>=dev-python/botocore-1.3.0[${PYTHON_USEDEP}]
<dev-python/botocore-2.0.0[${PYTHON_USEDEP}]
$(python_gen_cond_dep '>=dev-python/futures-2.2.0[${PYTHON_USEDEP}]' 'python2_7')
$(python_gen_cond_dep '<dev-python/futures-4.0.0[${PYTHON_USEDEP}]' 'python2_7')
"