app-admin/ansible-lint: add py37 support
authorMatthew Thode <prometheanfire@gentoo.org>
Mon, 28 Jan 2019 20:27:05 +0000 (14:27 -0600)
committerMatthew Thode <prometheanfire@gentoo.org>
Mon, 28 Jan 2019 20:27:53 +0000 (14:27 -0600)
Fixes: https://bugs.gentoo.org/676510
Package-Manager: Portage-2.3.51, Repoman-2.3.12
Signed-off-by: Matthew Thode <prometheanfire@gentoo.org>
app-admin/ansible-lint/ansible-lint-4.0.1.ebuild

index 6b0d14dccfe379767294e3fe833d4758ce876153..693eadaacd950a680c1b4b28a21dae357402386d 100644 (file)
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-PYTHON_COMPAT=( python2_7 python3_6 )
+PYTHON_COMPAT=( python2_7 python3_{5,6,7} )
 
 inherit distutils-r1