commit: 09e9008ff7cec9a350bb9abf9d17c2015d4fc4a8
Author: Louis Sautier <sbraz <AT> gentoo <DOT> org>
AuthorDate: Fri Aug 31 22:01:26 2018 +0000
Commit: Louis Sautier <sbraz <AT> gentoo <DOT> org>
CommitDate: Fri Aug 31 22:01:26 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=09e9008f
dev-python/testpath: add Python 3.7 support
Package-Manager: Portage-2.3.48, Repoman-2.3.10
dev-python/testpath/testpath-0.3.1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/testpath/testpath-0.3.1.ebuild
b/dev-python/testpath/testpath-0.3.1.ebuild
index bcdf26e59fa..397e86efd29 100644
--- a/dev-python/testpath/testpath-0.3.1.ebuild
+++ b/dev-python/testpath/testpath-0.3.1.ebuild
@@ -3,7 +3,7 @@
EAPI=6
-PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
+PYTHON_COMPAT=( python{2_7,3_{4,5,6,7}} )
inherit distutils-r1