dev-python/gcs-oauth2-boto-plugin: block oauth2client-2
authorMike Frysinger <vapier@gentoo.org>
Wed, 15 Jun 2016 03:52:55 +0000 (23:52 -0400)
committerMike Frysinger <vapier@gentoo.org>
Wed, 15 Jun 2016 03:56:44 +0000 (23:56 -0400)
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

index c4af2e6025e9bed931cdf6a2d0fb3d495786fa31..f10f30c67a4bd9b07e00d5f7fff9c1c1274f4ae1 100644 (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}]"