From 98a1065abbd3eeb27990498ca77b1a71ec6fef2d Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Tue, 14 Jun 2016 23:52:55 -0400 Subject: 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. --- dev-python/gcs-oauth2-boto-plugin/gcs-oauth2-boto-plugin-1.12.ebuild | 1 + 1 file changed, 1 insertion(+) (limited to 'dev-python') diff --git a/dev-python/gcs-oauth2-boto-plugin/gcs-oauth2-boto-plugin-1.12.ebuild b/dev-python/gcs-oauth2-boto-plugin/gcs-oauth2-boto-plugin-1.12.ebuild index c4af2e6025e9..f10f30c67a4b 100644 --- a/dev-python/gcs-oauth2-boto-plugin/gcs-oauth2-boto-plugin-1.12.ebuild +++ b/dev-python/gcs-oauth2-boto-plugin/gcs-oauth2-boto-plugin-1.12.ebuild @@ -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}]" -- cgit v1.2.3-65-gdbad