dev-lang/hy: Python 3.7 compatibility
authorCraig Andrews <candrews@gentoo.org>
Sun, 13 Oct 2019 20:24:26 +0000 (16:24 -0400)
committerCraig Andrews <candrews@gentoo.org>
Sun, 3 Nov 2019 13:58:31 +0000 (08:58 -0500)
Package-Manager: Portage-2.3.76, Repoman-2.3.17
Signed-off-by: Craig Andrews <candrews@gentoo.org>
Closes: https://github.com/gentoo/gentoo/pull/13286
Signed-off-by: Craig Andrews <candrews@gentoo.org>
dev-lang/hy/hy-0.16.0.ebuild

index 348c322dc9a50a220967ba05fdb8b3517aa56523..4c1b092914ee5f8ae0ef5b30dea7c84664697077 100644 (file)
@@ -4,7 +4,7 @@
 EAPI="7"
 
 RESTRICT="test" # needs some pointy sticks. Seriously.
-PYTHON_COMPAT=(python{2_7,3_5,3_6})
+PYTHON_COMPAT=(python{2_7,3_5,3_6,3_7})
 
 inherit distutils-r1 eutils
 DESCRIPTION="A LISP dialect running in python"