dev-python/s3transfer: drop upper limit of botocore version
authorAndrey Utkin <andrey_utkin@gentoo.org>
Tue, 26 Dec 2017 00:24:50 +0000 (00:24 +0000)
committerAndrey Utkin <andrey_utkin@gentoo.org>
Sat, 6 Jan 2018 00:20:21 +0000 (00:20 +0000)
This is to allow 9999 live ebuild usage.

Package-Manager: Portage-2.3.17, Repoman-2.3.6

dev-python/s3transfer/s3transfer-0.1.12.ebuild

index 13a77a3441dbbf0076f74e2eec0631c5ea1e057a..4e349d9a15847e429a74ffb139b605303a8748e2 100644 (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')
 "