From: Guillaume Seren Date: Wed, 4 Dec 2019 11:21:13 +0000 (+0100) Subject: dev-python/pypeg2: Support python-3.7 X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=24067cbae7f5092e7acbf913ee3d1a38ded7078d;p=gentoo.git dev-python/pypeg2: Support python-3.7 Closes: https://bugs.gentoo.org/700372 Package-Manager: Portage-2.3.79, Repoman-2.3.16 Signed-off-by: Guillaume Seren Signed-off-by: Joonas Niilola --- diff --git a/dev-python/pypeg2/pypeg2-2.15.2.ebuild b/dev-python/pypeg2/pypeg2-2.15.2.ebuild index 94b614dfcfad..a51dfb337e43 100644 --- a/dev-python/pypeg2/pypeg2-2.15.2.ebuild +++ b/dev-python/pypeg2/pypeg2-2.15.2.ebuild @@ -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