summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTomas Mozes <hydrapolic@gmail.com>2017-05-24 13:49:53 +0200
committerMichał Górny <mgorny@gentoo.org>2017-05-24 15:23:24 +0200
commit131b25eb3bd43ff400d272f50fd84879427905d6 (patch)
tree1140d02ff7309463f2b37e5d723fa09fc43f66dd /dev-python/elasticsearch-py
parentdev-python/elasticsearch-py: bump to 5.3.0/5.4.0 (diff)
downloadgentoo-131b25eb3bd43ff400d272f50fd84879427905d6.tar.gz
gentoo-131b25eb3bd43ff400d272f50fd84879427905d6.tar.bz2
gentoo-131b25eb3bd43ff400d272f50fd84879427905d6.zip
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
Diffstat (limited to 'dev-python/elasticsearch-py')
-rw-r--r--dev-python/elasticsearch-py/elasticsearch-py-2.4.1.ebuild2
1 files changed, 1 insertions, 1 deletions
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 891629ac31fd..897f7e50bcab 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"