From 92d67e6ba567131d823b4492c8d86e8e46aca217 Mon Sep 17 00:00:00 2001 From: David Seifert Date: Tue, 30 Aug 2016 20:42:51 +0200 Subject: [PATCH] dev-python/elasticsearch-py: restore python 3.3 Package-Manager: portage-2.3.0 --- dev-python/elasticsearch-py/elasticsearch-py-2.4.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/elasticsearch-py/elasticsearch-py-2.4.0.ebuild b/dev-python/elasticsearch-py/elasticsearch-py-2.4.0.ebuild index 5b236041ee0b6..6ed63d1dc6196 100644 --- a/dev-python/elasticsearch-py/elasticsearch-py-2.4.0.ebuild +++ b/dev-python/elasticsearch-py/elasticsearch-py-2.4.0.ebuild @@ -4,7 +4,7 @@ EAPI=6 -PYTHON_COMPAT=( python2_7 python3_{4,5} pypy ) +PYTHON_COMPAT=( python2_7 python3_{3,4,5} pypy ) ES_VERSION="2.3.5"