From: Matthew Thode Date: Thu, 16 May 2019 15:56:02 +0000 (-0500) Subject: dev-python/python-augeas: add py37 support X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=a9385f440e9810b96cf0c3b35c7d61581eca0035;p=gentoo.git dev-python/python-augeas: add py37 support Bug: https://bugs.gentoo.org/685330 Package-Manager: Portage-2.3.62, Repoman-2.3.12 Signed-off-by: Matthew Thode --- diff --git a/dev-python/python-augeas/python-augeas-0.5.0.ebuild b/dev-python/python-augeas/python-augeas-0.5.0.ebuild index f738b0b9121b..92a0d062d2c4 100644 --- a/dev-python/python-augeas/python-augeas-0.5.0.ebuild +++ b/dev-python/python-augeas/python-augeas-0.5.0.ebuild @@ -3,7 +3,7 @@ EAPI=6 -PYTHON_COMPAT=( python{2_7,3_5,3_6} ) +PYTHON_COMPAT=( python{2_7,3_5,3_6,3_7} ) inherit distutils-r1