From: Alexey Shvetsov Date: Fri, 12 Jul 2019 07:51:17 +0000 (+0300) Subject: dev-python/semantic_version: Works with python3.7 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=aae4f945f51a6152884d3d402d779c7466467d4e;p=gentoo.git dev-python/semantic_version: Works with python3.7 Package-Manager: Portage-2.3.69, Repoman-2.3.16 Signed-off-by: Alexey Shvetsov --- diff --git a/dev-python/semantic_version/semantic_version-2.6.0-r2.ebuild b/dev-python/semantic_version/semantic_version-2.6.0-r2.ebuild index 4410086f4721..eadd3d400098 100644 --- a/dev-python/semantic_version/semantic_version-2.6.0-r2.ebuild +++ b/dev-python/semantic_version/semantic_version-2.6.0-r2.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( pypy{,3} python{2_7,3_{5,6}} ) +PYTHON_COMPAT=( pypy{,3} python{2_7,3_{5,6,7}} ) inherit distutils-r1