sci-visualization/pythonprop: Add support for Python3.7
authorThomas Beierlein <tomjbe@gentoo.org>
Thu, 23 Apr 2020 17:31:34 +0000 (19:31 +0200)
committerThomas Beierlein <tomjbe@gentoo.org>
Thu, 23 Apr 2020 17:32:28 +0000 (19:32 +0200)
Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Thomas Beierlein <tomjbe@gentoo.org>
sci-visualization/pythonprop/pythonprop-0.29.ebuild

index 412a659e798d98597131e5a62d0c7886654904cd..baf0bd4b79546fd7d374401bee830ad157ab4ac7 100644 (file)
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-PYTHON_COMPAT=( python3_6 )
+PYTHON_COMPAT=( python3_{6,7} )
 
 inherit autotools python-single-r1