dev-python/gcs-oauth2-boto-plugin: block oauth2client-2

This version only works with the oauth2client-1.x releases.
The newer boto release adds support for oauth2client-2.
This commit is contained in:
Mike Frysinger
2016-06-14 23:52:55 -04:00
parent a67236e9d5
commit 98a1065abb

View File

@@ -29,6 +29,7 @@ RDEPEND="${PYTHON_DEPS}
>=dev-python/boto-2.29.1[${PYTHON_USEDEP}]
>=dev-python/httplib2-0.8[${PYTHON_USEDEP}]
>=dev-python/oauth2client-1.5.2[${PYTHON_USEDEP}]
!=dev-python/oauth2client-2*
>=dev-python/pyopenssl-0.13[${PYTHON_USEDEP}]
>=dev-python/retry-decorator-1.0.0[${PYTHON_USEDEP}]
>=dev-python/PySocks-1.01[${PYTHON_USEDEP}]"