commit: 07d3fe227590eea9053b3ffeade00f14c22c5363
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Mon Jul 16 13:57:59 2018 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Mon Jul 16 19:57:18 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=07d3fe22
dev-python/pyhamcrest: Enable py3.7
dev-python/pyhamcrest/pyhamcrest-1.9.0-r1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/pyhamcrest/pyhamcrest-1.9.0-r1.ebuild
b/dev-python/pyhamcrest/pyhamcrest-1.9.0-r1.ebuild
index 4149b8e2ad3..51bee8b5eab 100644
--- a/dev-python/pyhamcrest/pyhamcrest-1.9.0-r1.ebuild
+++ b/dev-python/pyhamcrest/pyhamcrest-1.9.0-r1.ebuild
@@ -2,7 +2,7 @@
# Distributed under the terms of the GNU General Public License v2
EAPI=6
-PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
+PYTHON_COMPAT=( python2_7 python3_{4,5,6,7} )
inherit distutils-r1