dev-python/pypeg2: Support python-3.7
authorGuillaume Seren <guillaumeseren@gmail.com>
Wed, 4 Dec 2019 11:21:13 +0000 (12:21 +0100)
committerJoonas Niilola <juippis@gentoo.org>
Tue, 10 Dec 2019 17:25:26 +0000 (19:25 +0200)
Closes: https://bugs.gentoo.org/700372
Package-Manager: Portage-2.3.79, Repoman-2.3.16
Signed-off-by: Guillaume Seren <guillaumeseren@gmail.com>
Signed-off-by: Joonas Niilola <juippis@gentoo.org>
dev-python/pypeg2/pypeg2-2.15.2.ebuild

index 94b614dfcfad45108e3bc9415260d93727534bb8..a51dfb337e432ab5c13f8379fdc9e24c3e036f22 100644 (file)
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
-PYTHON_COMPAT=( python{2_7,3_5,3_6} )
+PYTHON_COMPAT=( python{2_7,3_5,3_6,3_7} )
 
 inherit distutils-r1