commit: 94a9a817ad6659f876f4df4deea6668d0a7cd2be Author: Matthew Thode <prometheanfire <AT> gentoo <DOT> org> AuthorDate: Mon Jan 28 20:27:05 2019 +0000 Commit: Matthew Thode <prometheanfire <AT> gentoo <DOT> org> CommitDate: Mon Jan 28 20:27:53 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=94a9a817
app-admin/ansible-lint: add py37 support Fixes: https://bugs.gentoo.org/676510 Package-Manager: Portage-2.3.51, Repoman-2.3.12 Signed-off-by: Matthew Thode <prometheanfire <AT> gentoo.org> app-admin/ansible-lint/ansible-lint-4.0.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-admin/ansible-lint/ansible-lint-4.0.1.ebuild b/app-admin/ansible-lint/ansible-lint-4.0.1.ebuild index 6b0d14dccfe..693eadaacd9 100644 --- a/app-admin/ansible-lint/ansible-lint-4.0.1.ebuild +++ b/app-admin/ansible-lint/ansible-lint-4.0.1.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python2_7 python3_6 ) +PYTHON_COMPAT=( python2_7 python3_{5,6,7} ) inherit distutils-r1