commit: 82f89e032b4b213121528b92c14686dc22990d18
Author: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
AuthorDate: Mon May 15 13:44:53 2017 +0000
Commit: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
CommitDate: Mon May 15 13:48:58 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=82f89e03
dev-python/elasticsearch-py: Add python3_6
Package-Manager: Portage-2.3.5, Repoman-2.3.2
dev-python/elasticsearch-py/elasticsearch-py-5.2.0.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/dev-python/elasticsearch-py/elasticsearch-py-5.2.0.ebuild
b/dev-python/elasticsearch-py/elasticsearch-py-5.2.0.ebuild
index aaa24141dfa..52fec907ba8 100644
--- a/dev-python/elasticsearch-py/elasticsearch-py-5.2.0.ebuild
+++ b/dev-python/elasticsearch-py/elasticsearch-py-5.2.0.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="5.2.1"
@@ -11,7 +11,7 @@ inherit distutils-r1
# tests fail in chroot
# https://github.com/elastic/elasticsearch/issues/12018
-RESTRICT="test"
+#RESTRICT="test"
MY_PN=${PN/-py/}