dev-python/elasticsearch-py: restore python 3.3

Package-Manager: portage-2.3.0
This commit is contained in:
David Seifert
2016-08-30 20:42:51 +02:00
parent 8af2177300
commit 92d67e6ba5

View File

@@ -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"