dev-python/python-augeas: add py37 support
authorMatthew Thode <prometheanfire@gentoo.org>
Thu, 16 May 2019 15:56:02 +0000 (10:56 -0500)
committerMatthew Thode <prometheanfire@gentoo.org>
Thu, 16 May 2019 16:00:20 +0000 (11:00 -0500)
Bug: https://bugs.gentoo.org/685330
Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Matthew Thode <prometheanfire@gentoo.org>
dev-python/python-augeas/python-augeas-0.5.0.ebuild

index f738b0b9121bde01616cc0745b5ff15cdf84d1b6..92a0d062d2c49bb5dc263eddf24a032238e3cf93 100644 (file)
@@ -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