commit: 131b25eb3bd43ff400d272f50fd84879427905d6 Author: Tomas Mozes <hydrapolic <AT> gmail <DOT> com> AuthorDate: Wed May 24 11:49:53 2017 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Wed May 24 13:23:24 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=131b25eb
dev-python/elasticsearch-py: add python 3.6 support Closes: https://github.com/gentoo/gentoo/pull/4746 Package-Manager: Portage-2.3.6, Repoman-2.3.2 dev-python/elasticsearch-py/elasticsearch-py-2.4.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/elasticsearch-py/elasticsearch-py-2.4.1.ebuild b/dev-python/elasticsearch-py/elasticsearch-py-2.4.1.ebuild index 891629ac31f..897f7e50bca 100644 --- a/dev-python/elasticsearch-py/elasticsearch-py-2.4.1.ebuild +++ b/dev-python/elasticsearch-py/elasticsearch-py-2.4.1.ebuild @@ -3,7 +3,7 @@ EAPI=6 -PYTHON_COMPAT=( python2_7 python3_{4,5} pypy ) +PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy ) ES_VERSION="2.4.4"
