From 51a0c0097b94831fd371ec3feb7ec58ba76e1855 Mon Sep 17 00:00:00 2001 From: Florian Tham Date: Wed, 16 Sep 2015 09:28:26 +0200 Subject: [PATCH] google-api-python-client: remove python3 dependencies --- .../google-api-python-client-1.4.2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/google-api-python-client/google-api-python-client-1.4.2.ebuild b/dev-python/google-api-python-client/google-api-python-client-1.4.2.ebuild index 59459db..45576f2 100644 --- a/dev-python/google-api-python-client/google-api-python-client-1.4.2.ebuild +++ b/dev-python/google-api-python-client/google-api-python-client-1.4.2.ebuild @@ -4,7 +4,7 @@ EAPI=5 -PYTHON_COMPAT=( python2_7 pypy python3_3 python3_4 ) +PYTHON_COMPAT=( python2_7 pypy ) inherit distutils-r1