commit: ef51f927241abb7ebb40e5ebd87892579f58ff94
Author: Ian Delaney <idella4 <AT> gentoo <DOT> org>
AuthorDate: Wed Nov 11 14:31:51 2015 +0000
Commit: Ian Delaney <idella4 <AT> gentoo <DOT> org>
CommitDate: Wed Nov 11 17:10:37 2015 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ef51f927
dev-python/elasticsearch-py: drop py3.3 add py3.5 support in 1.9.0
Package-Manager: portage-2.2.24
dev-python/elasticsearch-py/elasticsearch-py-1.9.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/elasticsearch-py/elasticsearch-py-1.9.0.ebuild
b/dev-python/elasticsearch-py/elasticsearch-py-1.9.0.ebuild
index cd99890..056ef0a 100644
--- a/dev-python/elasticsearch-py/elasticsearch-py-1.9.0.ebuild
+++ b/dev-python/elasticsearch-py/elasticsearch-py-1.9.0.ebuild
@@ -4,7 +4,7 @@
EAPI=5
-PYTHON_COMPAT=( python2_7 python3_{3,4} pypy )
+PYTHON_COMPAT=( python2_7 python3_{4,5} pypy )
ES_VERSION="1.7.3"